Truyenhentai18: Fix popularMangaNextPageSelector (#9711)
Fix popularMangaNextPageSelector
This commit is contained in:
parent
36d7baeae6
commit
b09647744c
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = "Truyen Hentai 18+"
|
||||
extClass = ".TruyenHentai18"
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -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 ======================================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user