Update Hiperdex to Use New Chapter Endpoint (#9184)

* useNewChapterEndpoint on hiperdex

* increase version
This commit is contained in:
Basara-Hatake 2021-09-22 13:55:13 +02:00 committed by GitHub
parent 3f404550d6
commit e9a29618d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -39,4 +39,6 @@ class Hiperdex : Madara("Hiperdex", "https://hiperdex.com", "en") {
Genre("Yaoi", "yaoi"),
Genre("Yuri", "yuri")
)
override val useNewChapterEndpoint: Boolean = true
}

View File

@ -107,7 +107,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("HentaiXYuri", "https://hentaixyuri.com", "en", isNsfw = true),
SingleLang("HentaiWebtoon", "https://hentaiwebtoon.com", "en", isNsfw = true),
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("hManhwa", "https://hmanhwa.com", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("HM2D", "https://mangadistrict.com/hdoujin/", "en", isNsfw = true, overrideVersionCode = 1),