parent
55ae73a0d6
commit
2a7a3f0e2b
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.Hiperdex'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hiperdex.com'
|
||||
overrideVersionCode = 21
|
||||
overrideVersionCode = 22
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user