parent
55ae73a0d6
commit
2a7a3f0e2b
@ -3,7 +3,7 @@ ext {
|
|||||||
extClass = '.Hiperdex'
|
extClass = '.Hiperdex'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://hiperdex.com'
|
baseUrl = 'https://hiperdex.com'
|
||||||
overrideVersionCode = 21
|
overrideVersionCode = 22
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -133,6 +133,8 @@ class Hiperdex :
|
|||||||
|
|
||||||
override fun searchMangaSelector() = "#loop-content div.page-listing-item"
|
override fun searchMangaSelector() = "#loop-content div.page-listing-item"
|
||||||
|
|
||||||
|
override val chapterUrlSuffix = ""
|
||||||
|
|
||||||
override fun mangaDetailsParse(document: Document): SManga {
|
override fun mangaDetailsParse(document: Document): SManga {
|
||||||
return super.mangaDetailsParse(document).apply {
|
return super.mangaDetailsParse(document).apply {
|
||||||
val cleanedTitle = title.cleanTitleIfNeeded()
|
val cleanedTitle = title.cleanTitleIfNeeded()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user