parent
823b9cb733
commit
7f0053ed50
|
@ -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")),
|
||||||
) {
|
) {
|
||||||
|
|
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue