HiperDex: Fix chapter list (#11612)

Fix chapter list
This commit is contained in:
Cuong-Tran 2025-11-13 12:55:11 +07:00 committed by Draff
parent 55ae73a0d6
commit 2a7a3f0e2b
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.Hiperdex'
themePkg = 'madara'
baseUrl = 'https://hiperdex.com'
overrideVersionCode = 21
overrideVersionCode = 22
isNsfw = true
}

View File

@ -133,6 +133,8 @@ class Hiperdex :
override fun searchMangaSelector() = "#loop-content div.page-listing-item"
override val chapterUrlSuffix = ""
override fun mangaDetailsParse(document: Document): SManga {
return super.mangaDetailsParse(document).apply {
val cleanedTitle = title.cleanTitleIfNeeded()