chore: update versions in manifest.json and fix hubcloud extractor link handling

This commit is contained in:
Himanshu
2026-03-27 21:40:33 +05:30
parent 617670cbaf
commit e5654b17bc
15 changed files with 27 additions and 27 deletions

View File

@@ -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;