Change MangaUptocats URL (#14135)
This commit is contained in:
parent
62a4cae140
commit
79bdfd0dee
|
@ -6,7 +6,7 @@ import java.util.Locale
|
|||
|
||||
class Mangauptocats : Madara(
|
||||
"Mangauptocats",
|
||||
"https://mangauptocats.net",
|
||||
"https://mangauptocats.com",
|
||||
"th",
|
||||
SimpleDateFormat("d MMMM yyyy", Locale("th"))
|
||||
)
|
||||
|
|
|
@ -262,7 +262,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("MangaTone", "https://mangatone.com", "en"),
|
||||
SingleLang("MangaToRead", "https://mangatoread.com", "en"),
|
||||
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("MangaX1", "https://mangax1.com", "en"),
|
||||
SingleLang("MangaXP", "https://mangaxp.com", "en", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue