update FM

This commit is contained in:
qist
2023-12-07 19:52:29 +08:00
parent 9c8e239fc1
commit d616b5bd21
108 changed files with 2121 additions and 9387 deletions

View File

@@ -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
}