mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed Movierulzhd
This commit is contained in:
parent
3a33b45ac6
commit
82b272b32f
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 6
|
version = 7
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -220,6 +220,7 @@ class Movierulzhd : MainAPI() {
|
||||||
"type" to type
|
"type" to type
|
||||||
),
|
),
|
||||||
referer = data,
|
referer = data,
|
||||||
|
interceptor = interceptor,
|
||||||
headers = mapOf("X-Requested-With" to "XMLHttpRequest")
|
headers = mapOf("X-Requested-With" to "XMLHttpRequest")
|
||||||
).parsed<ResponseHash>().embed_url
|
).parsed<ResponseHash>().embed_url
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue