From ac3a928325aa367f2e4fd99547134b9540a35ec1 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Thu, 1 Jan 2026 16:01:20 +0000 Subject: [PATCH] Update hollymoviehd/hollymoviehd.js --- hollymoviehd/hollymoviehd.js | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/hollymoviehd/hollymoviehd.js b/hollymoviehd/hollymoviehd.js index eeacd51..040b5a6 100644 --- a/hollymoviehd/hollymoviehd.js +++ b/hollymoviehd/hollymoviehd.js @@ -239,8 +239,18 @@ async function extractStreamUrl(ID) { title: "default", streamUrl: streamUrl, headers: { - "Referer": "https://flashstream.cc/", - "Origin": "https://flashstream.cc/" + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0", + "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", streamUrl: streamUrl, headers: { - "Referer": "https://flashstream.cc/", - "Origin": "https://flashstream.cc/" + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0", + "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" } } ],