parent
2a7801e876
commit
aa14ea08fc
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Manga Demon'
|
extName = 'Manga Demon'
|
||||||
pkgNameSuffix = 'en.mangademon'
|
pkgNameSuffix = 'en.mangademon'
|
||||||
extClass = '.MangaDemon'
|
extClass = '.MangaDemon'
|
||||||
extVersionCode = 2
|
extVersionCode = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -141,7 +141,7 @@ class MangaDemon : ParsedHttpSource() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun loadMoreImages(document: Document): List<String> {
|
private fun loadMoreImages(document: Document): List<String> {
|
||||||
val buttonHtml = document.selectFirst("button:contains(load full chapter)")
|
val buttonHtml = document.selectFirst("img.imgholder ~ button")
|
||||||
?.attr("onclick")?.replace("\"", "\'")
|
?.attr("onclick")?.replace("\"", "\'")
|
||||||
?: return emptyList()
|
?: return emptyList()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue