Fix Hiperdex url (#7710)
This commit is contained in:
parent
97a2437910
commit
0fea601ab9
|
@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|||
import eu.kanade.tachiyomi.annotations.Nsfw
|
||||
|
||||
@Nsfw
|
||||
class Hiperdex : Madara("Hiperdex", "https://hiperdex.com", "en") {
|
||||
class Hiperdex : Madara("Hiperdex", "https://hiperdex2.com", "en") {
|
||||
override fun getGenreList() = listOf(
|
||||
Genre("Adult", "adult"),
|
||||
Genre("Action", "action"),
|
||||
|
|
|
@ -85,7 +85,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Hero Manhua", "https://heromanhua.com", "en"),
|
||||
SingleLang("Heroz Scanlation", "https://herozscans.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Himera Fansub", "https://himera-fansub.com", "tr"),
|
||||
SingleLang("Hiperdex", "https://hiperdex2.com", "en", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("Hiperdex", "https://hiperdex2.com", "en", isNsfw = true, overrideVersionCode = 3),
|
||||
SingleLang("Hscans", "https://hscans.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Hunter Fansub", "https://hunterfansub.com", "es", overrideVersionCode = 1),
|
||||
SingleLang("Hz Manga", "https://www.hzmangas.com", "es"),
|
||||
|
|
Loading…
Reference in New Issue