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 +}