ARESManga: fix 404 (#14720)
This commit is contained in:
parent
2786495dbb
commit
4bb3a039a8
|
@ -4,7 +4,13 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
class ARESManga : MangaThemesia("ARESManga", "https://aresmanga.net", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar"))) {
|
class ARESManga : MangaThemesia(
|
||||||
|
"ARESManga",
|
||||||
|
"https://aresmanga.net",
|
||||||
|
"ar",
|
||||||
|
mangaUrlDirectory = "/series",
|
||||||
|
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar"))
|
||||||
|
) {
|
||||||
// The scanlator changed their name.
|
// The scanlator changed their name.
|
||||||
override val id: Long = 230017529540228175
|
override val id: Long = 230017529540228175
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Animated Glitched Scans", "https://anigliscans.com", "en"),
|
SingleLang("Animated Glitched Scans", "https://anigliscans.com", "en"),
|
||||||
SingleLang("Arcane scan", "https://arcanescan.fr", "fr"),
|
SingleLang("Arcane scan", "https://arcanescan.fr", "fr"),
|
||||||
SingleLang("Arena Scans", "https://arenascans.net", "en"),
|
SingleLang("Arena Scans", "https://arenascans.net", "en"),
|
||||||
SingleLang("ARESManga", "https://aresmanga.net", "ar", pkgName = "iimanga", overrideVersionCode = 3),
|
SingleLang("ARESManga", "https://aresmanga.net", "ar", pkgName = "iimanga", overrideVersionCode = 4),
|
||||||
SingleLang("Azure Scans", "https://azuremanga.com", "en", overrideVersionCode = 1),
|
SingleLang("Azure Scans", "https://azuremanga.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Boosei", "https://boosei.net", "id", overrideVersionCode = 2),
|
SingleLang("Boosei", "https://boosei.net", "id", overrideVersionCode = 2),
|
||||||
SingleLang("Clayrer", "https://clayrer.net", "es"),
|
SingleLang("Clayrer", "https://clayrer.net", "es"),
|
||||||
|
|
Loading…
Reference in New Issue