Hiperdex: update status selector (#6203)
This commit is contained in:
parent
49cd082a5e
commit
dc1f6d22da
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.Hiperdex'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hipertoon.com'
|
||||
overrideVersionCode = 15
|
||||
overrideVersionCode = 16
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -22,6 +22,8 @@ class Hiperdex :
|
|||
),
|
||||
ConfigurableSource {
|
||||
|
||||
override val mangaDetailsSelectorStatus = "div.summary-heading:contains(Status) + div.summary-content"
|
||||
|
||||
private val preferences =
|
||||
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
|
||||
|
||||
|
|
Loading…
Reference in New Issue