parent
a973b0aa59
commit
832ace3eff
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'Manhwas.net'
|
extName = 'Manhwas.net'
|
||||||
pkgNameSuffix = 'es.manhwasnet'
|
pkgNameSuffix = 'es.manhwasnet'
|
||||||
extClass = '.ManhwasNet'
|
extClass = '.ManhwasNet'
|
||||||
extVersionCode = 7
|
extVersionCode = 8
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@ class ManhwasNet : ParsedHttpSource() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun pageListParse(document: Document): List<Page> {
|
override fun pageListParse(document: Document): List<Page> {
|
||||||
return document.select("#chapter_imgs img").mapIndexed { i, img ->
|
return document.select("#chapter_imgs img[src][src!=\"\"]").mapIndexed { i, img ->
|
||||||
val url = img.attr("abs:src")
|
val url = img.attr("abs:src")
|
||||||
Page(i, imageUrl = url)
|
Page(i, imageUrl = url)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user