mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: update API endpoint to use new base URL for net-proxy requests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user