Update MangaAe.kt (#1584)
This commit is contained in:
parent
5ff8947108
commit
a8c8a02482
@ -125,7 +125,7 @@ class MangaAe : ParsedHttpSource() {
|
|||||||
// Pages
|
// Pages
|
||||||
override fun pageListParse(document: Document): List<Page> {
|
override fun pageListParse(document: Document): List<Page> {
|
||||||
val pages = mutableListOf<Page>()
|
val pages = mutableListOf<Page>()
|
||||||
document.select("div#showchaptercontainer img").forEach {
|
document.select("div#showchaptercontainer img")?.forEach {
|
||||||
pages.add(Page(pages.size, "", it.attr("src")))
|
pages.add(Page(pages.size, "", it.attr("src")))
|
||||||
}
|
}
|
||||||
return pages
|
return pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user