Update HS URL. (#10500)

This commit is contained in:
Alessandro Jean 2022-01-18 12:35:01 -03:00 committed by GitHub
parent c8f8498cf1
commit b4a54ccbfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class HuntersScan : Madara(
"Hunters Scan",
"https://huntersscan.tk",
"https://huntersscan.xyz",
"pt-BR",
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR"))
) {
@ -17,4 +17,6 @@ class HuntersScan : Madara(
override val client: OkHttpClient = super.client.newBuilder()
.addInterceptor(RateLimitInterceptor(1, 2, TimeUnit.SECONDS))
.build()
override val altName: String = "Nome alternativo: "
}

View File

@ -115,7 +115,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Hizomanga", "https://hizomanga.com", "ar", overrideVersionCode = 1),
SingleLang("Hscans", "https://hscans.com", "en", 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("Ikifeng", "https://ikifeng.com", "es", isNsfw = true),
SingleLang("Immortal Updates", "https://immortalupdates.com", "en", overrideVersionCode = 2),