Update Miau Scan domain (#19022)

😼
This commit is contained in:
bapeey 2023-11-20 11:39:46 -05:00 committed by GitHub
parent 823b9cb733
commit 7f0053ed50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ class MiauScanFactory : SourceFactory {
open class MiauScan(lang: String) : MangaThemesia( open class MiauScan(lang: String) : MangaThemesia(
name = "Miau Scan", name = "Miau Scan",
baseUrl = "https://miauscans.com", baseUrl = "https://miaucomics.org",
lang = lang, lang = lang,
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) { ) {

View File

@ -15,7 +15,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
override val sources = listOf( override val sources = listOf(
MultiLang("Asura Scans", "https://asuratoon.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 31), MultiLang("Asura Scans", "https://asuratoon.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 31),
MultiLang("Miau Scan", "https://miauscans.com", listOf("es", "pt-BR"), overrideVersionCode = 1), MultiLang("Miau Scan", "https://miaucomics.org", listOf("es", "pt-BR"), overrideVersionCode = 2),
SingleLang("Ainz Scans ID", "https://ainzscans.site", "id"), SingleLang("Ainz Scans ID", "https://ainzscans.site", "id"),
SingleLang("AiYuManga", "https://aiyumanhua.com", "es", overrideVersionCode = 8), SingleLang("AiYuManga", "https://aiyumanhua.com", "es", overrideVersionCode = 8),
SingleLang("Alceascan", "https://alceascan.my.id", "id"), SingleLang("Alceascan", "https://alceascan.my.id", "id"),