fix asurascans (#11105)

This commit is contained in:
Henrik 2022-03-14 22:38:05 +01:00 committed by GitHub
parent a372aac97e
commit 7a813e13b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"),