AsuraScan: Fixed Page not found in half chapters (#12539)

This commit is contained in:
Davide 2022-07-12 00:42:18 +02:00 committed by GitHub
parent aae8b2095d
commit 55538ab076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ class AsuraScansEn : AsuraScans("https://www.asurascans.com", "en", SimpleDateFo
override val mangaDetailsSelectorDescription = "div.desc p, div.entry-content p, div[itemprop=description]:not(:has(p))"
override val pageSelector = "div.rdminimal > img, div.rdminimal > p > img"
override val pageSelector = "div.rdminimal > img, div.rdminimal > p > img, div.rdminimal > a > img"
// Skip scriptPages
override fun pageListParse(document: Document): List<Page> {

View File

@ -13,7 +13,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
override val baseVersionCode: Int = 15
override val sources = listOf(
MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 14),
MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 15),
SingleLang("Animated Glitched Scans", "https://anigliscans.com", "en"),
SingleLang("Boosei", "https://boosei.com", "id", overrideVersionCode = 1),
SingleLang("GoGoManga", "https://gogomanga.fun", "en", overrideVersionCode = 1),