mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-19 13:07:44 +00:00
fix: update Joya9tv stream extraction logic
This commit is contained in:
@@ -34,7 +34,7 @@ export async function getStream({
|
||||
try {
|
||||
const streamLinks: Stream[] = [];
|
||||
console.log("dotlink", link);
|
||||
if (type === "movie") {
|
||||
if (!link.includes("cloud")) {
|
||||
// vlink
|
||||
const dotlinkRes = await fetch(`${link}`, { headers });
|
||||
const dotlinkText = await dotlinkRes.text();
|
||||
|
||||
Reference in New Issue
Block a user