parent
2a7801e876
commit
aa14ea08fc
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Manga Demon'
|
||||
pkgNameSuffix = 'en.mangademon'
|
||||
extClass = '.MangaDemon'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -141,7 +141,7 @@ class MangaDemon : ParsedHttpSource() {
|
|||
}
|
||||
|
||||
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("\"", "\'")
|
||||
?: return emptyList()
|
||||
|
||||
|
|
Loading…
Reference in New Issue