Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
This commit is contained in:
parent
1fea350f6b
commit
8eb67a4ee6
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: Mangakawaii'
|
||||
pkgNameSuffix = 'fr.mangakawaii'
|
||||
extClass = '.MangaKawaiiSource'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -213,7 +213,7 @@ class MangaKawaiiSource : HttpSource() {
|
|||
return chapter
|
||||
}
|
||||
|
||||
override fun pageListParse(response: Response) = response.asJsoup().select("#all > .img-responsive")
|
||||
override fun pageListParse(response: Response) = response.asJsoup().select(".img-responsive:not(#ImgPage)")
|
||||
.mapIndexed { i, e ->
|
||||
var url = e.attr("data-src")
|
||||
|
||||
|
@ -321,4 +321,4 @@ class MangaKawaiiSource : HttpSource() {
|
|||
|
||||
it["id"].string to it["name"].string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue