From 5b920b207acaef5420c208a9ed1a3c3142ecbe8f Mon Sep 17 00:00:00 2001
From: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
Date: Sun, 7 Jul 2024 19:30:58 +0500
Subject: [PATCH] Webnovel: update upload time url (#3880)

---
 src/en/webnovel/build.gradle                                    | 2 +-
 .../src/eu/kanade/tachiyomi/extension/en/webnovel/WebNovel.kt   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/en/webnovel/build.gradle b/src/en/webnovel/build.gradle
index 950512f84..d4f7cb746 100644
--- a/src/en/webnovel/build.gradle
+++ b/src/en/webnovel/build.gradle
@@ -1,7 +1,7 @@
 ext {
     extName = 'WebNovel'
     extClass = '.WebNovel'
-    extVersionCode = 9
+    extVersionCode = 10
 }
 
 apply from: "$rootDir/common.gradle"
diff --git a/src/en/webnovel/src/eu/kanade/tachiyomi/extension/en/webnovel/WebNovel.kt b/src/en/webnovel/src/eu/kanade/tachiyomi/extension/en/webnovel/WebNovel.kt
index 9a5558950..61d3079f1 100644
--- a/src/en/webnovel/src/eu/kanade/tachiyomi/extension/en/webnovel/WebNovel.kt
+++ b/src/en/webnovel/src/eu/kanade/tachiyomi/extension/en/webnovel/WebNovel.kt
@@ -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"
     }
 }