AsuraScan: Fixed Page not found in half chapters (#12539)
This commit is contained in:
parent
aae8b2095d
commit
55538ab076
|
@ -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> {
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue