[Mangauptocats] update base URL (#15049)

* [Mangauptocats] update base URL

* bump version in generator
This commit is contained in:
beerpsi 2023-01-22 04:52:49 +07:00 committed by GitHub
parent 3af394fe1c
commit 2d9e3740fb
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(
"Mangauptocats",
"https://mangauptocats.com",
"https://manga-uptocats.com",
"th",
SimpleDateFormat("d MMMM yyyy", Locale("th"))
)

View File

@ -260,7 +260,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.com", "th", overrideVersionCode = 3),
SingleLang("Mangauptocats", "https://manga-uptocats.com", "th", overrideVersionCode = 4),
SingleLang("MangaUS", "https://mangaus.xyz", "en", overrideVersionCode = 2),
SingleLang("MangaX1", "https://mangax1.com", "en"),
SingleLang("MangaXP", "https://mangaxp.com", "en", overrideVersionCode = 1),