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:
whitebeardhelper 2025-07-25 13:03:36 -03:00 committed by Draff
parent 99a153304d
commit 8ac14c2917
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 5 additions and 3 deletions

View File

@ -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
}

View File

@ -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 {