Zbulu: fix pages issue (#12758)

pages got replaced by some gif
This commit is contained in:
Riztard Lanthorn 2022-07-28 00:12:36 +07:00 committed by GitHub
parent 2cfb4aa6e3
commit 289f5db723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ abstract class Zbulu(
override fun pageListParse(document: Document): List<Page> {
return document.select("div.chapter-content img").mapIndexed { i, img ->
Page(i, "", img.attr("abs:src"))
Page(i, "", img.attr("abs:data-src"))
}
}

View File

@ -9,7 +9,7 @@ class ZbuluGenerator : ThemeSourceGenerator {
override val themeClass = "Zbulu"
override val baseVersionCode: Int = 3
override val baseVersionCode: Int = 4
override val sources = listOf(
SingleLang("HolyManga", "https://w15.holymanga.net", "en", overrideVersionCode = 1),