override mangaSubString for "GateManga" (#1069)
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 3m15s Details
CI / Build individual modules (push) Successful in 36s Details
CI / Publish repo (push) Successful in 38s Details

override mangaSubString
This commit is contained in:
mohamedotaku 2024-02-06 23:40:32 +01:00 committed by Draff
parent 09a2cea4e7
commit 1699cece9f
2 changed files with 15 additions and 1 deletions

View File

@ -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"
}

View File

@ -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"),