TeenManhua: fix manga selector (#17205)
This commit is contained in:
parent
da1cfdc5ee
commit
6173acb9bb
|
@ -9,4 +9,6 @@ class TeenManhua : Madara(
|
||||||
"https://teenmanhua.com",
|
"https://teenmanhua.com",
|
||||||
"en",
|
"en",
|
||||||
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.US),
|
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.US),
|
||||||
)
|
) {
|
||||||
|
override val filterNonMangaItems = false
|
||||||
|
}
|
||||||
|
|
|
@ -407,7 +407,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Tatakae Scan", "https://tatakaescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
|
SingleLang("Tatakae Scan", "https://tatakaescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
|
||||||
SingleLang("Taurus Fansub", "https://taurusfansub.com", "es"),
|
SingleLang("Taurus Fansub", "https://taurusfansub.com", "es"),
|
||||||
SingleLang("Tecno Scan", "https://tecnoscann.com", "es"),
|
SingleLang("Tecno Scan", "https://tecnoscann.com", "es"),
|
||||||
SingleLang("TeenManhua", "https://teenmanhua.com", "en"),
|
SingleLang("TeenManhua", "https://teenmanhua.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Temple Scan", "https://templescan.net", "en"),
|
SingleLang("Temple Scan", "https://templescan.net", "en"),
|
||||||
SingleLang("The Beginning After The End", "https://www.thebeginningaftertheend.fr", "fr", overrideVersionCode = 1),
|
SingleLang("The Beginning After The End", "https://www.thebeginningaftertheend.fr", "fr", overrideVersionCode = 1),
|
||||||
SingleLang("The Guild", "https://theguildscans.com", "en"),
|
SingleLang("The Guild", "https://theguildscans.com", "en"),
|
||||||
|
|
Loading…
Reference in New Issue