parent
3a3cdded16
commit
69268fc1e3
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Bakai'
|
extName = 'Bakai'
|
||||||
extClass = '.Bakai'
|
extClass = '.Bakai'
|
||||||
extVersionCode = 7
|
extVersionCode = 8
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ class Bakai : ParsedHttpSource() {
|
||||||
|
|
||||||
override fun popularMangaRequest(page: Int) = GET("$baseUrl/$popularPathSegment/page/$page/")
|
override fun popularMangaRequest(page: Int) = GET("$baseUrl/$popularPathSegment/page/$page/")
|
||||||
|
|
||||||
override fun popularMangaSelector() = "#elCmsPageWrap ul > li > article"
|
override fun popularMangaSelector() = "[id*=elCmsPageWrap] ul > li > article"
|
||||||
|
|
||||||
override fun popularMangaFromElement(element: Element) = SManga.create().apply {
|
override fun popularMangaFromElement(element: Element) = SManga.create().apply {
|
||||||
thumbnail_url = element.selectFirst("img")?.imgAttr()
|
thumbnail_url = element.selectFirst("img")?.imgAttr()
|
||||||
|
|
Loading…
Reference in New Issue