Hiperdex: Update domain (#17698)
This commit is contained in:
parent
8db41811d9
commit
4767bb2c7a
|
@ -9,10 +9,10 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|||
import uy.kohesive.injekt.Injekt
|
||||
import uy.kohesive.injekt.api.get
|
||||
|
||||
class Hiperdex : Madara("Hiperdex", "https://1sthiperdex.com", "en") {
|
||||
class Hiperdex : Madara("Hiperdex", "https://hiperdex.com", "en") {
|
||||
override val useNewChapterEndpoint: Boolean = true
|
||||
|
||||
private val defaultBaseUrl = "https://1sthiperdex.com"
|
||||
private val defaultBaseUrl = "https://hiperdex.com"
|
||||
|
||||
override val baseUrl by lazy { getPrefBaseUrl() }
|
||||
|
||||
|
|
|
@ -158,7 +158,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("HentaiZone", "https://hentaizone.xyz", "fr", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("HerenScan", "https://herenscan.com", "es"),
|
||||
SingleLang("HipercooL", "https://hipercool.xyz", "pt-BR", isNsfw = true, className = "Hipercool"),
|
||||
SingleLang("Hiperdex", "https://1sthiperdex.com", "en", isNsfw = true, overrideVersionCode = 9),
|
||||
SingleLang("Hiperdex", "https://hiperdex.com", "en", isNsfw = true, overrideVersionCode = 10),
|
||||
SingleLang("HistoireDHentai", "https://hhentai.fr", "fr", isNsfw = true),
|
||||
SingleLang("Hizomanga", "https://hizomanga.com", "ar", overrideVersionCode = 1),
|
||||
SingleLang("HM2D", "https://mangadistrict.com/hdoujin", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue