Update HS URL. (#10500)
This commit is contained in:
parent
c8f8498cf1
commit
b4a54ccbfb
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
|||||||
|
|
||||||
class HuntersScan : Madara(
|
class HuntersScan : Madara(
|
||||||
"Hunters Scan",
|
"Hunters Scan",
|
||||||
"https://huntersscan.tk",
|
"https://huntersscan.xyz",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR"))
|
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR"))
|
||||||
) {
|
) {
|
||||||
@ -17,4 +17,6 @@ class HuntersScan : Madara(
|
|||||||
override val client: OkHttpClient = super.client.newBuilder()
|
override val client: OkHttpClient = super.client.newBuilder()
|
||||||
.addInterceptor(RateLimitInterceptor(1, 2, TimeUnit.SECONDS))
|
.addInterceptor(RateLimitInterceptor(1, 2, TimeUnit.SECONDS))
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
|
override val altName: String = "Nome alternativo: "
|
||||||
}
|
}
|
||||||
|
@ -115,7 +115,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||||||
SingleLang("Hizomanga", "https://hizomanga.com", "ar", overrideVersionCode = 1),
|
SingleLang("Hizomanga", "https://hizomanga.com", "ar", overrideVersionCode = 1),
|
||||||
SingleLang("Hscans", "https://hscans.com", "en", overrideVersionCode = 1),
|
SingleLang("Hscans", "https://hscans.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Hunter Fansub", "https://hunterfansub.com", "es", overrideVersionCode = 1),
|
SingleLang("Hunter Fansub", "https://hunterfansub.com", "es", overrideVersionCode = 1),
|
||||||
SingleLang("Hunters Scan", "https://huntersscan.tk", "pt-BR", isNsfw = true),
|
SingleLang("Hunters Scan", "https://huntersscan.xyz", "pt-BR", isNsfw = true, overrideVersionCode = 1),
|
||||||
SingleLang("Ichirin No Hana Yuri", "https://ichirinnohanayuri.com.br", "pt-BR", overrideVersionCode = 3),
|
SingleLang("Ichirin No Hana Yuri", "https://ichirinnohanayuri.com.br", "pt-BR", overrideVersionCode = 3),
|
||||||
SingleLang("Ikifeng", "https://ikifeng.com", "es", isNsfw = true),
|
SingleLang("Ikifeng", "https://ikifeng.com", "es", isNsfw = true),
|
||||||
SingleLang("Immortal Updates", "https://immortalupdates.com", "en", overrideVersionCode = 2),
|
SingleLang("Immortal Updates", "https://immortalupdates.com", "en", overrideVersionCode = 2),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user