From 8ef4d06df58ffad17096267a33aa2972c9fc9e05 Mon Sep 17 00:00:00 2001 From: galih27 <82537566+galih27@users.noreply.github.com> Date: Tue, 12 Mar 2024 06:27:59 +0700 Subject: [PATCH] Update IdlixProvider.kt (#630) update sites idlix --- 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 aa2f9c76..2dd2b0ec 100644 --- a/IdlixProvider/src/main/kotlin/com/hexated/IdlixProvider.kt +++ b/IdlixProvider/src/main/kotlin/com/hexated/IdlixProvider.kt @@ -11,7 +11,7 @@ import org.jsoup.nodes.Element import java.net.URI class IdlixProvider : MainAPI() { - override var mainUrl = "https://tv.idlixplus.net" + override var mainUrl = "https://tv.idlixofficial.co" private var directUrl = mainUrl override var name = "Idlix" override val hasMainPage = true @@ -302,4 +302,4 @@ class IdlixProvider : MainAPI() { ) -} \ No newline at end of file +}