PussyToons: fix duplicate entries ()

This commit is contained in:
Vetle Ledaal 2024-08-05 16:02:20 +02:00 committed by Draff
parent 39f83d1d77
commit fb6bd6a041
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 1 deletions
src/pt/pussytoons
build.gradle
src/eu/kanade/tachiyomi/extension/pt/pussytoons

@ -3,7 +3,7 @@ ext {
extClass = '.PussyToons'
themePkg = 'madara'
baseUrl = 'https://pussy.sussytoons.com'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = true
}

@ -12,4 +12,6 @@ class PussyToons : Madara(
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override fun popularMangaSelector() = ".main-col-inner div.page-item-detail"
}