@ -5,7 +5,7 @@ ext {
|
|||||||
appName = 'Tachiyomi: TuMangaOnline'
|
appName = 'Tachiyomi: TuMangaOnline'
|
||||||
pkgNameSuffix = 'es.tumangaonline'
|
pkgNameSuffix = 'es.tumangaonline'
|
||||||
extClass = '.TuMangaOnline'
|
extClass = '.TuMangaOnline'
|
||||||
extVersionCode = 17
|
extVersionCode = 18
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -292,7 +292,7 @@ class TuMangaOnline : ConfigurableSource, ParsedHttpSource() {
|
|||||||
|
|
||||||
override fun pageListParse(document: Document): List<Page> = mutableListOf<Page>().apply {
|
override fun pageListParse(document: Document): List<Page> = mutableListOf<Page>().apply {
|
||||||
if (getPageMethod()=="cascade") {
|
if (getPageMethod()=="cascade") {
|
||||||
val style = document.select("style:containsData(height: 0px)").html()
|
val style = document.select("style:containsData(height)").html()
|
||||||
val hiddenClass = style.substringAfter("._").substringBefore("{")
|
val hiddenClass = style.substringAfter("._").substringBefore("{")
|
||||||
document.select( " .img-container > .viewer-img:not(._$hiddenClass)").forEach {
|
document.select( " .img-container > .viewer-img:not(._$hiddenClass)").forEach {
|
||||||
add(Page(size, "", it.attr("src")))
|
add(Page(size, "", it.attr("src")))
|
||||||
|
Reference in New Issue
Block a user