Skip to content

Commit

Permalink
fixed Movierulzhd
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjohn committed Nov 15, 2023
1 parent dc3250b commit e999b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Movierulzhd/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 50
version = 51


cloudstream {
Expand Down
3 changes: 2 additions & 1 deletion Movierulzhd/src/main/kotlin/com/hexated/Extractors.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit e999b97

Please sign in to comment.