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