diff --git a/Xcinetop/build.gradle.kts b/Xcinetop/build.gradle.kts index 5846e514..f47818b4 100644 --- a/Xcinetop/build.gradle.kts +++ b/Xcinetop/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 2 +version = 3 cloudstream { diff --git a/Xcinetop/src/main/kotlin/com/hexated/Xcinetop.kt b/Xcinetop/src/main/kotlin/com/hexated/Xcinetop.kt index ddce60ef..5389db6d 100644 --- a/Xcinetop/src/main/kotlin/com/hexated/Xcinetop.kt +++ b/Xcinetop/src/main/kotlin/com/hexated/Xcinetop.kt @@ -12,7 +12,7 @@ import com.lagradost.cloudstream3.utils.AppUtils.tryParseJson import org.jsoup.nodes.Element class Xcinetop : MainAPI() { - override var mainUrl = "https://xcine.top" + override var mainUrl = "https://xcine.click" override var name = "Xcine.top" override val hasMainPage = true override val hasDownloadSupport = true