[Ru]Mangahub. Update page list selector name (#5325)
Co-authored-by: pavkazzz <me@pavkazzz.ru>
This commit is contained in:
parent
91963858bf
commit
c8a8f7d99b
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Mangahub'
|
extName = 'Mangahub'
|
||||||
pkgNameSuffix = 'ru.mangahub'
|
pkgNameSuffix = 'ru.mangahub'
|
||||||
extClass = '.Mangahub'
|
extClass = '.Mangahub'
|
||||||
extVersionCode = 8
|
extVersionCode = 9
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ open class Mangahub : ParsedHttpSource() {
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun pageListParse(document: Document): List<Page> {
|
override fun pageListParse(document: Document): List<Page> {
|
||||||
val chapInfo = document.select("reader").attr("data-reader-store").replace(""", "\"").replace("\\/", "/")
|
val chapInfo = document.select("reader").attr("data-store").replace(""", "\"").replace("\\/", "/")
|
||||||
val chapter = jsonParser.parse(chapInfo).asJsonObject
|
val chapter = jsonParser.parse(chapInfo).asJsonObject
|
||||||
val scans = chapter["scans"].asJsonArray
|
val scans = chapter["scans"].asJsonArray
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue