TheBlank: filter out vip chapters (#2318)

filter out vip chapters
This commit is contained in:
AwkwardPeak7 2024-04-10 22:42:48 +05:00 committed by Draff
parent bb0db200aa
commit 165d83f01b
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.TheBlank'
themePkg = 'madara'
baseUrl = 'https://theblank.net'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = true
}

View File

@ -18,4 +18,5 @@ class TheBlank : Madara(
override val useNewChapterEndpoint = true
override val useLoadMoreRequest = LoadMoreStrategy.Always
override fun chapterListSelector() = "li.wp-manga-chapter:not(.vip-permission)"
}