mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Lua Scans: exclude paid chapters (#5163)
This commit is contained in:
parent
4f4289c957
commit
a72df901eb
@ -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
Block a user