From 70877b12fe4c84077ccddf86a522d24c92d6e753 Mon Sep 17 00:00:00 2001 From: deden2904 <39203619+deden2904@users.noreply.github.com> Date: Wed, 8 Mar 2023 09:24:18 +0700 Subject: [PATCH] Update IdlixProvider.kt --- IdlixProvider/src/main/kotlin/com/hexated/IdlixProvider.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IdlixProvider/src/main/kotlin/com/hexated/IdlixProvider.kt b/IdlixProvider/src/main/kotlin/com/hexated/IdlixProvider.kt index e0524748..01d8c600 100644 --- a/IdlixProvider/src/main/kotlin/com/hexated/IdlixProvider.kt +++ b/IdlixProvider/src/main/kotlin/com/hexated/IdlixProvider.kt @@ -10,7 +10,7 @@ import org.jsoup.nodes.Element import java.net.URI class IdlixProvider : MainAPI() { - override var mainUrl = "https://91.201.113.103" + override var mainUrl = "https://46.151.30.194" private var directUrl = mainUrl override var name = "Idlix" override val hasMainPage = true @@ -223,4 +223,4 @@ class IdlixProvider : MainAPI() { @JsonProperty("type") val type: String?, ) -} \ No newline at end of file +}