Change MangaUptocats URL (#14135)

This commit is contained in:
Promchai Chooseang 2022-11-06 01:31:59 +07:00 committed by GitHub
parent 62a4cae140
commit 79bdfd0dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import java.util.Locale
class Mangauptocats : Madara( class Mangauptocats : Madara(
"Mangauptocats", "Mangauptocats",
"https://mangauptocats.net", "https://mangauptocats.com",
"th", "th",
SimpleDateFormat("d MMMM yyyy", Locale("th")) SimpleDateFormat("d MMMM yyyy", Locale("th"))
) )

View File

@ -262,7 +262,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("MangaTone", "https://mangatone.com", "en"), SingleLang("MangaTone", "https://mangatone.com", "en"),
SingleLang("MangaToRead", "https://mangatoread.com", "en"), SingleLang("MangaToRead", "https://mangatoread.com", "en"),
SingleLang("MangaTX", "https://mangatx.com", "en", overrideVersionCode = 1), SingleLang("MangaTX", "https://mangatx.com", "en", overrideVersionCode = 1),
SingleLang("Mangauptocats", "https://mangauptocats.online", "th", overrideVersionCode = 2), SingleLang("Mangauptocats", "https://mangauptocats.com", "th", overrideVersionCode = 3),
SingleLang("MangaUS", "https://mangaus.xyz", "en", overrideVersionCode = 2), SingleLang("MangaUS", "https://mangaus.xyz", "en", overrideVersionCode = 2),
SingleLang("MangaX1", "https://mangax1.com", "en"), SingleLang("MangaX1", "https://mangax1.com", "en"),
SingleLang("MangaXP", "https://mangaxp.com", "en", overrideVersionCode = 1), SingleLang("MangaXP", "https://mangaxp.com", "en", overrideVersionCode = 1),