Jiangzaitoon: update chapter URL selector (#5165)

This commit is contained in:
Vetle Ledaal 2024-09-23 15:19:53 +02:00 committed by Draff
parent 1a6c21f9f3
commit dce175cef5
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.Jiangzaitoon' extClass = '.Jiangzaitoon'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://jiangzaitoon.pro' baseUrl = 'https://jiangzaitoon.pro'
overrideVersionCode = 6 overrideVersionCode = 7
isNsfw = true isNsfw = true
} }

View File

@ -21,4 +21,6 @@ class Jiangzaitoon : Madara(
.readTimeout(3, TimeUnit.MINUTES) // aka shit source .readTimeout(3, TimeUnit.MINUTES) // aka shit source
.build() .build()
} }
override val chapterUrlSelector = "> a"
} }