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'
|
||||
extClass = '.Hiperdex'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hiperdex.com'
|
||||
overrideVersionCode = 18
|
||||
baseUrl = 'https://hiperdex.tv'
|
||||
overrideVersionCode = 19
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@ import keiyoushi.utils.getPreferences
|
||||
class Hiperdex :
|
||||
Madara(
|
||||
"Hiperdex",
|
||||
"https://hiperdex.com",
|
||||
"https://hiperdex.tv",
|
||||
"en",
|
||||
),
|
||||
ConfigurableSource {
|
||||
@ -53,6 +53,8 @@ class Hiperdex :
|
||||
addRandomUAPreferenceToScreen(screen)
|
||||
}
|
||||
|
||||
override fun searchMangaSelector() = "#loop-content div.page-listing-item"
|
||||
|
||||
private fun getPrefBaseUrl(): String = preferences.getString(BASE_URL_PREF, super.baseUrl)!!
|
||||
|
||||
init {
|
||||
|
Loading…
x
Reference in New Issue
Block a user