Update the URL of a Madara extension. (#13295)
This commit is contained in:
parent
1c42cc427c
commit
a4a0b95b96
|
@ -11,7 +11,7 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class IchirinNoHanaYuri : Madara(
|
||||
"Ichirin No Hana Yuri",
|
||||
"https://ichirinnohanayuri.com.br",
|
||||
"https://ichirinnohanayuriscan.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR"))
|
||||
) {
|
||||
|
|
|
@ -150,7 +150,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("hManhwa", "https://hmanhwa.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Hscans", "https://hscans.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("Hunter Fansub", "https://hunterfansub.com", "es", overrideVersionCode = 1),
|
||||
SingleLang("Ichirin No Hana Yuri", "https://ichirinnohanayuri.com.br", "pt-BR", overrideVersionCode = 3),
|
||||
SingleLang("Ichirin No Hana Yuri", "https://ichirinnohanayuriscan.com", "pt-BR", isNsfw = true, overrideVersionCode = 4),
|
||||
SingleLang("Ikifeng", "https://ikifeng.com", "es", isNsfw = true),
|
||||
SingleLang("Immortal Updates", "https://immortalupdates.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("Império Scans", "https://imperioscans.com.br", "pt-BR", className = "ImperioScans", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue