Update Hiperdex to Use New Chapter Endpoint (#9184)
* useNewChapterEndpoint on hiperdex * increase version
This commit is contained in:
parent
3f404550d6
commit
e9a29618d7
@ -39,4 +39,6 @@ class Hiperdex : Madara("Hiperdex", "https://hiperdex.com", "en") {
|
|||||||
Genre("Yaoi", "yaoi"),
|
Genre("Yaoi", "yaoi"),
|
||||||
Genre("Yuri", "yuri")
|
Genre("Yuri", "yuri")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
override val useNewChapterEndpoint: Boolean = true
|
||||||
}
|
}
|
||||||
|
@ -107,7 +107,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||||||
SingleLang("HentaiXYuri", "https://hentaixyuri.com", "en", isNsfw = true),
|
SingleLang("HentaiXYuri", "https://hentaixyuri.com", "en", isNsfw = true),
|
||||||
SingleLang("HentaiWebtoon", "https://hentaiwebtoon.com", "en", isNsfw = true),
|
SingleLang("HentaiWebtoon", "https://hentaiwebtoon.com", "en", isNsfw = true),
|
||||||
SingleLang("Heroz Scanlation", "https://herozscans.com", "en", overrideVersionCode = 1),
|
SingleLang("Heroz Scanlation", "https://herozscans.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Hiperdex", "https://hiperdex.com", "en", isNsfw = true, overrideVersionCode = 4),
|
SingleLang("Hiperdex", "https://hiperdex.com", "en", isNsfw = true, overrideVersionCode = 5),
|
||||||
SingleLang("Hizomanga", "https://hizomanga.com", "ar"),
|
SingleLang("Hizomanga", "https://hizomanga.com", "ar"),
|
||||||
SingleLang("hManhwa", "https://hmanhwa.com", "en", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("hManhwa", "https://hmanhwa.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||||
SingleLang("HM2D", "https://mangadistrict.com/hdoujin/", "en", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("HM2D", "https://mangadistrict.com/hdoujin/", "en", isNsfw = true, overrideVersionCode = 1),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user