mirror of
https://github.com/qist/tvbox.git
synced 2026-04-21 15:02:44 +00:00
update FM
This commit is contained in:
@@ -44,7 +44,14 @@ var rule = {
|
||||
url = unescape(base64Decode(url))
|
||||
}
|
||||
if (/m3u8|mp4/.test(url)) {
|
||||
input = {jx:0, url:url, parse:0}
|
||||
input = {
|
||||
jx: 0,
|
||||
url: url,
|
||||
parse: 0,
|
||||
header: JSON.stringify({
|
||||
'referer': HOST + "/static/player/vidjs.html",
|
||||
}),
|
||||
}
|
||||
} else {
|
||||
input
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user