Rage Scans: Exclude Paid chapters (#10945)
* Exclude locked chapters for Rage Scans * lint
This commit is contained in:
parent
0e218bbfac
commit
08ead06187
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.RageScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://ragescans.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
||||
@ -6,4 +6,6 @@ class RageScans : MangaThemesia(
|
||||
"Rage Scans",
|
||||
"https://ragescans.com",
|
||||
"en",
|
||||
)
|
||||
) {
|
||||
override fun chapterListSelector() = "li:has(.chbox .eph-num):not(:has([data-bs-target='#lockedChapterModal']))"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user