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

File diff suppressed because one or more lines are too long

View File

@@ -170,7 +170,7 @@
{
"display_name": "HdHub4u",
"value": "hdhub4u",
"version": "1.5",
"version": "1.6",
"icon": "",
"type": "global",
"disabled": false

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);
}