fixed Movierulzhd

This commit is contained in:
jack 2023-11-15 16:57:11 +07:00
parent dc3250bd2e
commit e999b97a00
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 50
version = 51
cloudstream {

View File

@ -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"
}