1
0
forked from 50n50/sources

Update hollymoviehd/hollymoviehd.js

This commit is contained in:
aka paul
2026-01-01 16:15:33 +00:00
parent ac3a928325
commit 0ac092ef30
+4 -4
View File
@@ -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 === 'hls' && s.file.startsWith('https://flashstream.cc/pl/'));
if (hlsSource) {
const streamUrl = 'https://flashstream.cc' + hlsSource.file;
const streamUrl = 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 === 'hls' && s.file.startsWith('https://flashstream.cc/pl/'));
if (hlsSource) {
const streamUrl = 'https://flashstream.cc' + hlsSource.file;
const streamUrl = hlsSource.file;
const result = {
streams: [
{