Hiperdex: Update domain and fix search (#9787)
* update hiperdex domain * hiperdex: fix search * hiperdex: use imageFromElement when search for thumbnail * fix request when filter is applied * fix search using more specific properties and functions * remove unnecessary overrides --------- Co-authored-by: Alex <WhiteBeard Helper>
This commit is contained in:
parent
99a153304d
commit
8ac14c2917
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Hiperdex'
|
extName = 'Hiperdex'
|
||||||
extClass = '.Hiperdex'
|
extClass = '.Hiperdex'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://hiperdex.com'
|
baseUrl = 'https://hiperdex.tv'
|
||||||
overrideVersionCode = 18
|
overrideVersionCode = 19
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ import keiyoushi.utils.getPreferences
|
|||||||
class Hiperdex :
|
class Hiperdex :
|
||||||
Madara(
|
Madara(
|
||||||
"Hiperdex",
|
"Hiperdex",
|
||||||
"https://hiperdex.com",
|
"https://hiperdex.tv",
|
||||||
"en",
|
"en",
|
||||||
),
|
),
|
||||||
ConfigurableSource {
|
ConfigurableSource {
|
||||||
@ -53,6 +53,8 @@ class Hiperdex :
|
|||||||
addRandomUAPreferenceToScreen(screen)
|
addRandomUAPreferenceToScreen(screen)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun searchMangaSelector() = "#loop-content div.page-listing-item"
|
||||||
|
|
||||||
private fun getPrefBaseUrl(): String = preferences.getString(BASE_URL_PREF, super.baseUrl)!!
|
private fun getPrefBaseUrl(): String = preferences.getString(BASE_URL_PREF, super.baseUrl)!!
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user