fix(YellowNote): unable to load next page (#11181)
This commit is contained in:
parent
3968208d9c
commit
3af84ded97
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'YellowNote'
|
||||
extClass = '.YellowNote'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
||||
@ -95,7 +95,7 @@ class YellowNote : SimpleParsedHttpSource(), ConfigurableSource {
|
||||
}
|
||||
|
||||
override fun simpleNextPageSelector() =
|
||||
"div.pager:first-of-type > span.pager-num.current + a.pager-num"
|
||||
"div.pager:first-of-type > a.pager-next"
|
||||
|
||||
override fun popularMangaRequest(page: Int) =
|
||||
GET("$baseUrl/photos/sort-hot/$page.html", headers)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user