mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Imperio Scans: Update base URL (#209)
* Imperio Scans: Update base URL * uncomment other sources * actually bump overrideVersionCode
This commit is contained in:
parent
1fe8cf0bcf
commit
05cc58e0ac
@ -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")),
|
||||
) {
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user