Imperio Scans: Update base URL (#209)

* Imperio Scans: Update base URL

* uncomment other sources

* actually bump overrideVersionCode
This commit is contained in:
beerpsi 2024-01-13 13:54:21 +07:00 committed by GitHub
parent 1fe8cf0bcf
commit 05cc58e0ac
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class ImperioScans : Madara(
"Império Scans",
"https://imperioscans.com.br",
"https://neroxus.com.br",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {

View File

@ -151,7 +151,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("I Love Manhwa", "https://ilovemanhwa.com", "en", isNsfw = true),
SingleLang("Illusion Scan", "https://illusionscan.com", "pt-BR", isNsfw = true),
SingleLang("Immortal Updates", "https://immortalupdates.com", "en", overrideVersionCode = 6),
SingleLang("Império Scans", "https://imperioscans.com.br", "pt-BR", className = "ImperioScans", overrideVersionCode = 1),
SingleLang("Império Scans", "https://neroxus.com.br", "pt-BR", className = "ImperioScans", overrideVersionCode = 2),
SingleLang("InfraFandub", "https://infrafandub.com", "es", overrideVersionCode = 1),
SingleLang("Inmortal Scan", "https://manga.mundodrama.site", "es"),
SingleLang("InstaManhwa", "https://www.instamanhwa.com", "en", isNsfw = true, overrideVersionCode = 1),