mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
chore: update versions in manifest.json and fix hubcloud extractor link handling
This commit is contained in:
@@ -51,7 +51,7 @@ export async function hubcloudExtractor(
|
||||
if (!link?.includes("api")) {
|
||||
const token = link.split("/").pop();
|
||||
const baseUrl = link.split("/").slice(0, -2).join("/");
|
||||
link = `${baseUrl}/api/file/${token}?download`;
|
||||
link = `${baseUrl}/api/file/${token}`;
|
||||
}
|
||||
streamLinks.push({ server: "Pixeldrain", link: link, type: "mkv" });
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user