Webtoon Hatti: update page selector (#3281)
This commit is contained in:
parent
81827ef0d1
commit
17e79b4b79
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.WebtoonHatti'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://webtoonhatti.net'
|
||||
overrideVersionCode = 2
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -15,5 +15,5 @@ class WebtoonHatti : Madara(
|
|||
// Skip fake image
|
||||
// OK: <div class="page-break no-gaps">
|
||||
// NG: <div style="display:none" class="page-break no-gaps">
|
||||
override val pageListParseSelector = "div.page-break:not([style*=\"display:\"])"
|
||||
override val pageListParseSelector = "div.page-break:not([style*=display:]):not([style*=visibility:])"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue