From 3c1b8650a57bc291960142e0a6b292ddceb56267 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Thu, 1 Jan 2026 15:18:35 +0000 Subject: [PATCH] Update hollymoviehd/hollymoviehd.js --- hollymoviehd/hollymoviehd.js | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/hollymoviehd/hollymoviehd.js b/hollymoviehd/hollymoviehd.js index 16c74a1..eeacd51 100644 --- a/hollymoviehd/hollymoviehd.js +++ b/hollymoviehd/hollymoviehd.js @@ -232,18 +232,16 @@ async function extractStreamUrl(ID) { const sources = data.sources; const hlsSource = sources.find(s => s.type === 'hls' && s.file.startsWith('/streamsvr/')); if (hlsSource) { - const originalStreamUrl = 'https://flashstream.cc' + hlsSource.file; - const proxyHeaders = { - "Referer": "https://flashstream.cc/", - "Origin": "https://flashstream.cc/" - }; - const streamUrl = `https://proxy2.aether.mom/proxy?url=${encodeURIComponent(originalStreamUrl)}&headers=${encodeURIComponent(JSON.stringify(proxyHeaders))}`; + const streamUrl = 'https://flashstream.cc' + hlsSource.file; const result = { streams: [ { title: "default", streamUrl: streamUrl, - headers: {} + headers: { + "Referer": "https://flashstream.cc/", + "Origin": "https://flashstream.cc/" + } } ], subtitle: "" @@ -307,18 +305,16 @@ async function extractStreamUrl(ID) { const sources = data.sources; const hlsSource = sources.find(s => s.type === 'hls' && s.file.startsWith('/streamsvr/')); if (hlsSource) { - const originalStreamUrl = 'https://flashstream.cc' + hlsSource.file; - const proxyHeaders = { - "Referer": "https://flashstream.cc/", - "Origin": "https://flashstream.cc/" - }; - const streamUrl = `https://proxy2.aether.mom/proxy?url=${encodeURIComponent(originalStreamUrl)}&headers=${encodeURIComponent(JSON.stringify(proxyHeaders))}`; + const streamUrl = 'https://flashstream.cc' + hlsSource.file; const result = { streams: [ { title: "default", streamUrl: streamUrl, - headers: {} + headers: { + "Referer": "https://flashstream.cc/", + "Origin": "https://flashstream.cc/" + } } ], subtitle: ""