Add source Manga pro "ar" (#921)

* Add source MangaPro "ar"
* Update name, versionId and icons

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
This commit is contained in:
mohamedotaku 2024-02-02 23:26:15 +01:00 committed by Draff
parent 0b7dd2f6bc
commit cc9a0d2b41
7 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.ar.mangapro
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MangaPro : MangaThemesia(
"Manga Pro",
"https://mangapro.pro",
"ar",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
) {
override val versionId = 3
}

View File

@ -78,6 +78,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Magus Manga", "https://magusmanga.com", "en", overrideVersionCode = 1),
SingleLang("Manga Flame", "https://mangaflame.org", "ar", overrideVersionCode = 1),
SingleLang("Manga Kings", "https://mangakings.com.tr", "tr"),
SingleLang("Manga Pro", "https://mangapro.pro", "ar"),
SingleLang("Manga Raw.org", "https://mangaraw.org", "ja", className = "MangaRawOrg", overrideVersionCode = 1),
SingleLang("Mangacim", "https://www.mangacim.com", "tr", overrideVersionCode = 1),
SingleLang("MangaKita", "https://mangakita.id", "id", overrideVersionCode = 2),