fix: update hubdrive button selector in getStream function and bump version to 1.6 in manifest.json

This commit is contained in:
Himanshu
2026-03-31 21:39:04 +05:30
parent e5654b17bc
commit f32228961b
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ export async function getStream({
const hubdriveText = hubdriveRes.data;
const $$ = cheerio.load(hubdriveText);
hubdriveLink =
$$(".btn.btn-primary.btn-user").attr("href") || hubdriveLink;
$$(".btn.btn-primary.btn-user.btn-success1").attr("href") || "";
}
console.log("hubdriveLink2", hubdriveLink);
}