TeenManhua: fix manga selector (#17205)

This commit is contained in:
Vetle Ledaal 2023-07-21 23:42:01 +02:00 committed by GitHub
parent da1cfdc5ee
commit 6173acb9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -9,4 +9,6 @@ class TeenManhua : Madara(
"https://teenmanhua.com",
"en",
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.US),
)
) {
override val filterNonMangaItems = false
}

View File

@ -407,7 +407,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Tatakae Scan", "https://tatakaescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("Taurus Fansub", "https://taurusfansub.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("The Beginning After The End", "https://www.thebeginningaftertheend.fr", "fr", overrideVersionCode = 1),
SingleLang("The Guild", "https://theguildscans.com", "en"),