From e21a030392d76787b786725855af709bee2a16f0 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Thu, 1 Jan 2026 16:33:34 +0000 Subject: [PATCH] Update hollymoviehd/hollymoviehd.js --- hollymoviehd/hollymoviehd.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hollymoviehd/hollymoviehd.js b/hollymoviehd/hollymoviehd.js index 040b5a6..5d0fd7e 100644 --- a/hollymoviehd/hollymoviehd.js +++ b/hollymoviehd/hollymoviehd.js @@ -230,9 +230,9 @@ async function extractStreamUrl(ID) { console.log(postText); const data = JSON.parse(postText); const sources = data.sources; - const hlsSource = sources.find(s => s.type === 'hls' && s.file.startsWith('/streamsvr/')); + const hlsSource = sources.find(s => s.type === 'mp4' && s.file.startsWith('//khdiamondcdn.asia')); if (hlsSource) { - const streamUrl = 'https://flashstream.cc' + hlsSource.file; + const streamUrl = "https:" + hlsSource.file; const result = { streams: [ { @@ -313,9 +313,9 @@ async function extractStreamUrl(ID) { console.log(postText); const data = JSON.parse(postText); const sources = data.sources; - const hlsSource = sources.find(s => s.type === 'hls' && s.file.startsWith('/streamsvr/')); + const hlsSource = sources.find(s => s.type === 'mp4' && s.file.startsWith('//khdiamondcdn.asia')); if (hlsSource) { - const streamUrl = 'https://flashstream.cc' + hlsSource.file; + const streamUrl = "https:" + hlsSource.file; const result = { streams: [ {