mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
.
This commit is contained in:
parent
f511569c34
commit
1affe156b1
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class IdlixProvider : MainAPI() {
|
|||
subtitleCallback: (SubtitleFile) -> Unit,
|
||||
callback: (ExtractorLink) -> Unit
|
||||
) {
|
||||
val document = app.get(url, referer = "$mainUrl/").document
|
||||
val document = app.get(url, referer = referer).document
|
||||
val hash = url.split("/").last().substringAfter("data=")
|
||||
|
||||
val m3uLink = app.post(
|
||||
|
|
Loading…
Reference in a new issue