diff --git a/Movierulzhd/build.gradle.kts b/Movierulzhd/build.gradle.kts index cbe9d23a..d849c6da 100644 --- a/Movierulzhd/build.gradle.kts +++ b/Movierulzhd/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 50 +version = 51 cloudstream { diff --git a/Movierulzhd/src/main/kotlin/com/hexated/Extractors.kt b/Movierulzhd/src/main/kotlin/com/hexated/Extractors.kt index a16f97ae..c6ed476a 100644 --- a/Movierulzhd/src/main/kotlin/com/hexated/Extractors.kt +++ b/Movierulzhd/src/main/kotlin/com/hexated/Extractors.kt @@ -6,12 +6,13 @@ import com.lagradost.cloudstream3.APIHolder import com.lagradost.cloudstream3.SubtitleFile import com.lagradost.cloudstream3.apmap import com.lagradost.cloudstream3.app +import com.lagradost.cloudstream3.extractors.Filesim import com.lagradost.cloudstream3.utils.* import kotlin.random.Random const val twoEmbedAPI = "https://www.2embed.to" -class Sbnmp : Sbflix() { +class Sbnmp : Filesim() { override val name = "Sbnmp" override var mainUrl = "https://sbnmp.bar" }