override mangaSubString for "GateManga" (#1069)
override mangaSubString
This commit is contained in:
parent
09a2cea4e7
commit
1699cece9f
|
@ -0,0 +1,14 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.ar.gatemanga
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class Gatemanga : Madara(
|
||||||
|
"Gatemanga",
|
||||||
|
"https://gatemanga.com",
|
||||||
|
"ar",
|
||||||
|
dateFormat = SimpleDateFormat("d MMMM، yyyy", Locale("ar")),
|
||||||
|
) {
|
||||||
|
override val mangaSubString = "ar"
|
||||||
|
}
|
|
@ -98,7 +98,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("FreeMangaTop", "https://freemangatop.com", "en", overrideVersionCode = 2),
|
SingleLang("FreeMangaTop", "https://freemangatop.com", "en", overrideVersionCode = 2),
|
||||||
SingleLang("FreeWebtoonCoins", "https://freewebtooncoins.com", "en", overrideVersionCode = 1),
|
SingleLang("FreeWebtoonCoins", "https://freewebtooncoins.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("GalaxyDegenScans", "https://gdscans.com", "en", overrideVersionCode = 4),
|
SingleLang("GalaxyDegenScans", "https://gdscans.com", "en", overrideVersionCode = 4),
|
||||||
SingleLang("Gatemanga", "https://gatemanga.com", "ar", overrideVersionCode = 1),
|
SingleLang("Gatemanga", "https://gatemanga.com", "ar", overrideVersionCode = 2),
|
||||||
SingleLang("Gekkou Scans", "https://gekkou.site", "pt-BR", isNsfw = true, pkgName = "gekkouscan", overrideVersionCode = 2),
|
SingleLang("Gekkou Scans", "https://gekkou.site", "pt-BR", isNsfw = true, pkgName = "gekkouscan", overrideVersionCode = 2),
|
||||||
SingleLang("Ghost Scan", "https://ghostscan.com.br", "pt-BR", isNsfw = true),
|
SingleLang("Ghost Scan", "https://ghostscan.com.br", "pt-BR", isNsfw = true),
|
||||||
SingleLang("Girls Love Manga!", "https://glmanga.com", "en", isNsfw = true, className = "GirlsLoveManga"),
|
SingleLang("Girls Love Manga!", "https://glmanga.com", "en", isNsfw = true, className = "GirlsLoveManga"),
|
||||||
|
|
Loading…
Reference in New Issue