bakai: fix no results found (#9821)
This commit is contained in:
parent
17fb3be9b6
commit
92edcff4a2
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Bakai'
|
||||
extClass = '.Bakai'
|
||||
extVersionCode = 11
|
||||
extVersionCode = 12
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -75,7 +75,7 @@ class Bakai : ParsedHttpSource() {
|
||||
|
||||
override fun popularMangaRequest(page: Int) = GET("$baseUrl/$popularPathSegment/page/$page/")
|
||||
|
||||
override fun popularMangaSelector() = "[id*=elCms] ul > li > article"
|
||||
override fun popularMangaSelector() = "[id*=elCm_sPageWrap] ul > li > article"
|
||||
|
||||
override fun popularMangaFromElement(element: Element) = SManga.create().apply {
|
||||
thumbnail_url = element.selectFirst("img")?.imgAttr()
|
||||
|
Loading…
x
Reference in New Issue
Block a user