From e999b97a00274d15aa8ecc59168eb8648cf816e0 Mon Sep 17 00:00:00 2001 From: jack Date: Wed, 15 Nov 2023 16:57:11 +0700 Subject: [PATCH] fixed Movierulzhd --- Movierulzhd/build.gradle.kts | 2 +- Movierulzhd/src/main/kotlin/com/hexated/Extractors.kt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }