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"