Manga Crab: Update domain (#19083)

Update domain
This commit is contained in:
bapeey 2023-11-24 18:33:20 -05:00 committed by GitHub
parent 21c7bc29f8
commit ba4edb60ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import java.util.Locale
class MangaCrab : Madara(
"Manga Crab",
"https://manga-crab.com",
"https://mangacrab3.com",
"es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
) {

View File

@ -205,7 +205,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manga Bee", "https://mangabee.net", "en", isNsfw = true),
SingleLang("Manga Bin", "https://mangabin.com", "en", overrideVersionCode = 1),
SingleLang("Manga Chill", "https://toonchill.com", "en", overrideVersionCode = 7),
SingleLang("Manga Crab", "https://manga-crab.com", "es", overrideVersionCode = 6),
SingleLang("Manga Crab", "https://mangacrab3.com", "es", overrideVersionCode = 7),
SingleLang("Manga District", "https://mangadistrict.com", "en", isNsfw = true, overrideVersionCode = 2),
SingleLang("Manga Diyari", "https://manga-diyari.com", "tr", overrideVersionCode = 2),
SingleLang("Manga Fenix", "https://manhua-fenix.com", "es", overrideVersionCode = 3),