diff --git a/Anizm/build.gradle.kts b/Anizm/build.gradle.kts index 6c69805d..618896c5 100644 --- a/Anizm/build.gradle.kts +++ b/Anizm/build.gradle.kts @@ -16,7 +16,7 @@ cloudstream { * 2: Slow * 3: Beta only * */ - status = 1 // will be 3 if unspecified + status = 0 // will be 3 if unspecified tvTypes = listOf( "AnimeMovie", "Anime", diff --git a/RebahinProvider/build.gradle.kts b/RebahinProvider/build.gradle.kts index 6749964c..32b9dd7e 100644 --- a/RebahinProvider/build.gradle.kts +++ b/RebahinProvider/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 5 +version = 6 cloudstream { diff --git a/RebahinProvider/src/main/kotlin/com/hexated/Kitanonton.kt b/RebahinProvider/src/main/kotlin/com/hexated/Kitanonton.kt index aae0b2fb..658f02be 100644 --- a/RebahinProvider/src/main/kotlin/com/hexated/Kitanonton.kt +++ b/RebahinProvider/src/main/kotlin/com/hexated/Kitanonton.kt @@ -3,7 +3,7 @@ package com.hexated import com.lagradost.cloudstream3.* class Kitanonton : RebahinProvider() { - override var mainUrl = "http://kitanonton.org" + override var mainUrl = "http://kitanonton.site" override var name = "KitaNonton" override var mainServer = "https://199.87.210.226" diff --git a/RebahinProvider/src/main/kotlin/com/hexated/RebahinProviderPlugin.kt b/RebahinProvider/src/main/kotlin/com/hexated/RebahinProviderPlugin.kt index 3824f170..ab58bb2d 100644 --- a/RebahinProvider/src/main/kotlin/com/hexated/RebahinProviderPlugin.kt +++ b/RebahinProvider/src/main/kotlin/com/hexated/RebahinProviderPlugin.kt @@ -10,6 +10,6 @@ class RebahinProviderPlugin: Plugin() { override fun load(context: Context) { // All providers should be added in this manner. Please don't edit the providers list directly. registerMainAPI(RebahinProvider()) -// registerMainAPI(Kitanonton()) +registerMainAPI(Kitanonton()) } } \ No newline at end of file diff --git a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt index 0c8aa34b..d1a32510 100644 --- a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt +++ b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt @@ -19,7 +19,7 @@ open class TimefourTv : MainAPI() { ) companion object { - const val daddyUrl = "https://daddylivehd.sx" + const val daddyUrl = "https://daddylive.watch" val daddyHost: String = URI(daddyUrl).host.split(".").first() }