RH2PlusManga: fix page selector (#17218)

This commit is contained in:
Vetle Ledaal 2023-07-22 15:46:45 +02:00 committed by GitHub
parent a352c282f8
commit 682050e13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,6 @@ import java.util.Locale
class Rh2PlusManga : Madara("Rh2PlusManga", "https://www.rh2plusmanga.com", "th", SimpleDateFormat("d MMMM yyyy", Locale("th"))) {
override val filterNonMangaItems = false
override val pageListParseSelector = ".reading-content img"
}

View File

@ -366,7 +366,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("ReadMangaFree", "https://readmangafree.net", "en", isNsfw = true),
SingleLang("ReadManhua", "https://readmanhua.net", "en", overrideVersionCode = 2),
SingleLang("Remangas", "https://remangas.net", "pt-BR"),
SingleLang("Rh2PlusManga", "https://www.rh2plusmanga.com", "th", overrideVersionCode = 4),
SingleLang("Rh2PlusManga", "https://www.rh2plusmanga.com", "th", isNsfw = true, overrideVersionCode = 5),
SingleLang("Rio2 Manga", "https://rio2manga.com", "en"),
SingleLang("Romantik Manga", "https://romantikmanga.com", "tr"),
SingleLang("RWBY Scan", "https://rwbyscan.site", "pt-BR", isNsfw = true, className = "RwbyScan"),