mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update Movierulzhd domain
This commit is contained in:
parent
a6db92b2d4
commit
c2fe2c9518
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 10
|
||||
version = 11
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -10,7 +10,7 @@ import com.lagradost.cloudstream3.utils.*
|
|||
import org.jsoup.nodes.Element
|
||||
|
||||
class Movierulzhd : MainAPI() {
|
||||
override var mainUrl = "https://movierulzhd.biz"
|
||||
override var mainUrl = "https://ww5.movierulzhd.biz"
|
||||
override var name = "Movierulzhd"
|
||||
override val hasMainPage = true
|
||||
override var lang = "hi"
|
||||
|
@ -214,7 +214,9 @@ class Movierulzhd : MainAPI() {
|
|||
callback: (ExtractorLink) -> Unit
|
||||
): Boolean {
|
||||
|
||||
val document = app.get(data).document
|
||||
val document = app.get(data
|
||||
// , interceptor = interceptor
|
||||
).document
|
||||
val id = document.select("meta#dooplay-ajax-counter").attr("data-postid")
|
||||
val type = if (data.contains("/movies/")) "movie" else "tv"
|
||||
|
||||
|
|
Loading…
Reference in a new issue