From 02c7a9b51197379711401c2c274b2b1a1c4cf8cc Mon Sep 17 00:00:00 2001 From: Serene Mathew <46328829+hatt3r@users.noreply.github.com> Date: Tue, 12 Sep 2023 05:24:37 +0530 Subject: [PATCH] changing domain name (#265) had different domain name, so updating it --- WcofunProvider/src/main/kotlin/com/hexated/WcofunProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WcofunProvider/src/main/kotlin/com/hexated/WcofunProvider.kt b/WcofunProvider/src/main/kotlin/com/hexated/WcofunProvider.kt index 0fd06390..b6c5193e 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.org" override var name = "WCO Fun" override val hasMainPage = true override val hasDownloadSupport = true