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