Skip to content

Commit 8bed810

Browse files
authored
Imperio Scans: Update base URL (keiyoushi#209)
* Imperio Scans: Update base URL * uncomment other sources * actually bump overrideVersionCode
1 parent 7dfd14a commit 8bed810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

multisrc/overrides/madara/imperioscans/src/ImperioScans.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
99

1010
class ImperioScans : Madara(
1111
"Império Scans",
12-
"https://imperioscans.com.br",
12+
"https://neroxus.com.br",
1313
"pt-BR",
1414
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
1515
) {

multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/madara/MadaraGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class MadaraGenerator : ThemeSourceGenerator {
151151
SingleLang("I Love Manhwa", "https://ilovemanhwa.com", "en", isNsfw = true),
152152
SingleLang("Illusion Scan", "https://illusionscan.com", "pt-BR", isNsfw = true),
153153
SingleLang("Immortal Updates", "https://immortalupdates.com", "en", overrideVersionCode = 6),
154-
SingleLang("Império Scans", "https://imperioscans.com.br", "pt-BR", className = "ImperioScans", overrideVersionCode = 1),
154+
SingleLang("Império Scans", "https://neroxus.com.br", "pt-BR", className = "ImperioScans", overrideVersionCode = 2),
155155
SingleLang("InfraFandub", "https://infrafandub.com", "es", overrideVersionCode = 1),
156156
SingleLang("Inmortal Scan", "https://manga.mundodrama.site", "es"),
157157
SingleLang("InstaManhwa", "https://www.instamanhwa.com", "en", isNsfw = true, overrideVersionCode = 1),

0 commit comments

Comments
 (0)