Update hollymoviehd/hollymoviehd.js

This commit is contained in:
aka paul 2026-01-01 16:01:20 +00:00
parent 3c1b8650a5
commit ac3a928325

View file

@ -239,8 +239,18 @@ async function extractStreamUrl(ID) {
title: "default", title: "default",
streamUrl: streamUrl, streamUrl: streamUrl,
headers: { headers: {
"Referer": "https://flashstream.cc/", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0",
"Origin": "https://flashstream.cc/" "Accept": "video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5",
"Accept-Language": "en-US,en;q=0.5",
"Range": "bytes=0-",
"Alt-Used": "flashstream.cc",
"Connection": "keep-alive",
"Referer": "https://flashstream.cc/t: video",
"Sec-Fetch-Mode": "no-cors",
"Sec-Fetch-Site": "same-origin",
"Accept-Encoding": "identity",
"Priority": "u=4",
"TE": "trailers"
} }
} }
], ],
@ -312,8 +322,18 @@ async function extractStreamUrl(ID) {
title: "default", title: "default",
streamUrl: streamUrl, streamUrl: streamUrl,
headers: { headers: {
"Referer": "https://flashstream.cc/", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0",
"Origin": "https://flashstream.cc/" "Accept": "video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5",
"Accept-Language": "en-US,en;q=0.5",
"Range": "bytes=0-",
"Alt-Used": "flashstream.cc",
"Connection": "keep-alive",
"Referer": "https://flashstream.cc/t: video",
"Sec-Fetch-Mode": "no-cors",
"Sec-Fetch-Site": "same-origin",
"Accept-Encoding": "identity",
"Priority": "u=4",
"TE": "trailers"
} }
} }
], ],