From 5e9ade8ec16e50cbf25eb12c3e8d29d34e0a772b Mon Sep 17 00:00:00 2001 From: Hexated <37908684+hexated@users.noreply.github.com> Date: Sun, 28 Aug 2022 22:51:09 +0700 Subject: [PATCH] changes Idlix domain (#6) --- IdlixProvider/build.gradle.kts | 4 ++-- IdlixProvider/src/main/kotlin/com/lagradost/IdlixProvider.kt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IdlixProvider/build.gradle.kts b/IdlixProvider/build.gradle.kts index 13cafd3..acdda45 100644 --- a/IdlixProvider/build.gradle.kts +++ b/IdlixProvider/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 1 +version = 2 cloudstream { @@ -7,7 +7,7 @@ cloudstream { // All of these properties are optional, you can safely remove them // description = "Lorem Ipsum" - // authors = listOf("Cloudburst") + authors = listOf("Hexated") /** * Status int as the following: diff --git a/IdlixProvider/src/main/kotlin/com/lagradost/IdlixProvider.kt b/IdlixProvider/src/main/kotlin/com/lagradost/IdlixProvider.kt index 3ff2b0b..cf0182f 100644 --- a/IdlixProvider/src/main/kotlin/com/lagradost/IdlixProvider.kt +++ b/IdlixProvider/src/main/kotlin/com/lagradost/IdlixProvider.kt @@ -11,7 +11,7 @@ import org.jsoup.nodes.Element import java.net.URI class IdlixProvider : MainAPI() { - override var mainUrl = "https://94.103.82.88" + override var mainUrl = "https://195.2.92.213" override var name = "Idlix" override val hasMainPage = true override var lang = "id"