Asura Scans: Fix images that are in a link not parsing (#12757)

* Fix images that have a link not parsing

* Update WPMangaStreamGenerator.kt
This commit is contained in:
jopejoe1 2022-07-27 19:12:26 +02:00 committed by GitHub
parent 269cc90c89
commit 2cfb4aa6e3
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, div.rdminimal > a > img"
override val pageSelector = "div.rdminimal > img, div.rdminimal > p > img, div.rdminimal > a > img, div.rdminimal > p > 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 = 15),
MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 16),
SingleLang("Animated Glitched Scans", "https://anigliscans.com", "en"),
SingleLang("Boosei", "https://boosei.com", "id", overrideVersionCode = 1),
SingleLang("GoGoManga", "https://gogomanga.fun", "en", overrideVersionCode = 1),