fix asurascans (#11105)
This commit is contained in:
parent
a372aac97e
commit
7a813e13b0
|
@ -14,7 +14,7 @@ class AsuraScansFactory : SourceFactory {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
class AsuraScansEn : AsuraScans("https://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 > p > img"
|
||||||
|
|
||||||
// Skip scriptPages
|
// Skip scriptPages
|
||||||
|
|
|
@ -13,7 +13,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
|
||||||
override val baseVersionCode: Int = 13
|
override val baseVersionCode: Int = 13
|
||||||
|
|
||||||
override val sources = listOf(
|
override val sources = listOf(
|
||||||
MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 11),
|
MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 12),
|
||||||
SingleLang("Boosei", "https://boosei.com", "id", overrideVersionCode = 1),
|
SingleLang("Boosei", "https://boosei.com", "id", overrideVersionCode = 1),
|
||||||
SingleLang("GURU Komik", "https://gurukomik.com", "id"),
|
SingleLang("GURU Komik", "https://gurukomik.com", "id"),
|
||||||
SingleLang("GoGoManga", "https://gogomanga.org", "en"),
|
SingleLang("GoGoManga", "https://gogomanga.org", "en"),
|
||||||
|
|
Loading…
Reference in New Issue