fixed Movierulzhd

This commit is contained in:
hexated 2023-03-30 12:30:06 +07:00
parent f274a6175a
commit fa093cd1a0
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -12,7 +12,7 @@ import org.jsoup.nodes.Element
import java.net.URI
class Movierulzhd : MainAPI() {
override var mainUrl = "https://movierulzhd.best"
override var mainUrl = "https://movierulzhd.bid"
private var directUrl = mainUrl
override var name = "Movierulzhd"
override val hasMainPage = true

View File

@ -29,7 +29,7 @@ open class Sbflix : ExtractorApi() {
val id = regexID.findAll(url).map {
it.value.replace(Regex("(embed-|/e/)"), "")
}.first()
val master = "$mainUrl/sources15/" + bytesToHex("||$id||||streamsb".toByteArray()) + "/"
val master = "$mainUrl/sources16/" + bytesToHex("||$id||||streamsb".toByteArray()) + "/"
val headers = mapOf(
"watchsb" to "sbstream",
)