From 6f80be0cb8becb90b858b9c4944817b349e53bf9 Mon Sep 17 00:00:00 2001 From: givemyusd <134507513+givemyusd@users.noreply.github.com> Date: Thu, 25 May 2023 11:23:00 +0530 Subject: [PATCH] Update Wcofun domain url --- WcofunProvider/src/main/kotlin/com/hexated/WcofunProvider.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WcofunProvider/src/main/kotlin/com/hexated/WcofunProvider.kt b/WcofunProvider/src/main/kotlin/com/hexated/WcofunProvider.kt index 0fd06390..c082f26f 100644 --- a/WcofunProvider/src/main/kotlin/com/hexated/WcofunProvider.kt +++ b/WcofunProvider/src/main/kotlin/com/hexated/WcofunProvider.kt @@ -9,7 +9,7 @@ import org.jsoup.Jsoup import org.jsoup.nodes.Element class WcofunProvider : MainAPI() { - override var mainUrl = "https://www.wcofun.net" + override var mainUrl = "https://www.wcofun.com" override var name = "WCO Fun" override val hasMainPage = true override val hasDownloadSupport = true @@ -169,4 +169,4 @@ class WcofunProvider : MainAPI() { ) -} \ No newline at end of file +}