fix missing asurascans images (#11916)
This commit is contained in:
parent
f9e92b11ee
commit
71620d1225
|
@ -15,7 +15,7 @@ class AsuraScansFactory : SourceFactory {
|
||||||
}
|
}
|
||||||
|
|
||||||
class AsuraScansEn : AsuraScans("https://www.asurascans.com", "en", SimpleDateFormat("MMM d, yyyy", Locale.US)) {
|
class AsuraScansEn : AsuraScans("https://www.asurascans.com", "en", SimpleDateFormat("MMM d, yyyy", Locale.US)) {
|
||||||
override val pageSelector = "div.rdminimal > p > img"
|
override val pageSelector = "div.rdminimal > img, div.rdminimal > p > img"
|
||||||
|
|
||||||
// Skip scriptPages
|
// Skip scriptPages
|
||||||
override fun pageListParse(document: Document): List<Page> {
|
override fun pageListParse(document: Document): List<Page> {
|
||||||
|
|
|
@ -13,7 +13,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
|
||||||
override val baseVersionCode: Int = 14
|
override val baseVersionCode: Int = 14
|
||||||
|
|
||||||
override val sources = listOf(
|
override val sources = listOf(
|
||||||
MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 12),
|
MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 13),
|
||||||
SingleLang("Boosei", "https://boosei.com", "id", overrideVersionCode = 1),
|
SingleLang("Boosei", "https://boosei.com", "id", overrideVersionCode = 1),
|
||||||
SingleLang("GoGoManga", "https://gogomanga.fun", "en", overrideVersionCode = 1),
|
SingleLang("GoGoManga", "https://gogomanga.fun", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Imagine Scan", "https://imaginescan.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("Imagine Scan", "https://imaginescan.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 1),
|
||||||
|
|
Loading…
Reference in New Issue