Webnovel: update upload time url (#3880)

This commit is contained in:
AwkwardPeak7 2024-07-07 19:30:58 +05:00 committed by Draff
parent 74c35b8734
commit 5b920b207a
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'WebNovel'
extClass = '.WebNovel'
extVersionCode = 9
extVersionCode = 10
}
apply from: "$rootDir/common.gradle"

View File

@ -352,6 +352,6 @@ class WebNovel : HttpSource() {
private const val CSRF_TOKEN_NAME = "_csrfToken"
private const val WEBNOVEL_UPLOAD_TIME = "https://antsylich.github.io/webnovel-upload-time"
private const val WEBNOVEL_UPLOAD_TIME = "https://keiyoushi.github.io/webnovel-upload-time"
}
}