Truyenhentai18: Fix popularMangaNextPageSelector (#9711)

Fix popularMangaNextPageSelector
This commit is contained in:
are-are-are 2025-07-19 14:08:43 +07:00 committed by Draff
parent 36d7baeae6
commit b09647744c
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = "Truyen Hentai 18+"
extClass = ".TruyenHentai18"
extVersionCode = 4
extVersionCode = 5
isNsfw = true
}

View File

@ -51,7 +51,7 @@ class TruyenHentai18 : ParsedHttpSource() {
thumbnail_url = element.selectFirst("img")?.absUrl("src")
}
override fun popularMangaNextPageSelector() = "ul.pagination li.page-item.active:not(:last-child)"
override fun popularMangaNextPageSelector() = "div.overflow-x-scroll div button"
// ============================== Latest ======================================