fix: update API endpoint to use new base URL for net-proxy requests

This commit is contained in:
himanshu8443
2025-07-23 13:34:01 +05:30
parent b21d79cf46
commit be93715105
14 changed files with 16 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ export const getMeta = async ({
}
// console.log(image);
// console.log({title, synopsis, image, imdbId, type});
console.log({ title, synopsis, image, imdbId, type });
/// Links
const hr = infoContainer?.first()?.find("hr");
const list = hr?.nextUntil("hr");
@@ -103,7 +103,6 @@ export const getMeta = async ({
)
?.parent()
?.attr("href");
console.log(title);
const episodesLink =
(vcloudLinks
? vcloudLinks