mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-19 21:17:45 +00:00
fix: update hubcloud extractor logic and bump versions
This commit is contained in:
@@ -37,7 +37,7 @@ export async function getStream({
|
||||
try {
|
||||
const streamLinks: Stream[] = [];
|
||||
console.log("dotlink", link);
|
||||
if (type === "movie") {
|
||||
if (type === "movie" && !link.includes("cloud")) {
|
||||
// vlink
|
||||
const dotlinkRes = await axios(`${link}`, { headers });
|
||||
const dotlinkText = dotlinkRes.data;
|
||||
|
||||
Reference in New Issue
Block a user