Lua Scans: exclude paid chapters (#5163)
This commit is contained in:
parent
2e1a7dc649
commit
e34377d2ad
|
@ -3,7 +3,8 @@ ext {
|
|||
extClass = '.LuaScans'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://luacomic.net'
|
||||
overrideVersionCode = 29
|
||||
overrideVersionCode = 30
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -9,4 +9,6 @@ class LuaScans : Keyoapp(
|
|||
) {
|
||||
// migrated from MangaThemesia to Keyoapp
|
||||
override val versionId = 2
|
||||
|
||||
override fun chapterListSelector() = "${super.chapterListSelector()}:not(:has(img[src^='/assets/images/Coin.svg']))"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue