Jiangzaitoon: update chapter URL selector (#5165)

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

View File

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

View File

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