mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-02 21:48:14 +00:00
fix: update luxMovies search base URL and bump version
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -290,7 +290,7 @@
|
||||
{
|
||||
"display_name": "RogMovies",
|
||||
"value": "luxMovies",
|
||||
"version": "2.3",
|
||||
"version": "2.4",
|
||||
"icon": "",
|
||||
"type": "india",
|
||||
"disabled": false
|
||||
|
||||
@@ -57,7 +57,7 @@ export const getSearchPosts = async ({
|
||||
providerContext: ProviderContext;
|
||||
}): Promise<Post[]> => {
|
||||
const { getBaseUrl, axios, cheerio } = providerContext;
|
||||
const baseUrl = await getBaseUrl("Vega");
|
||||
const baseUrl = await getBaseUrl("lux");
|
||||
|
||||
console.log("vegaGetPosts baseUrl:", providerValue, baseUrl);
|
||||
const url = `${baseUrl}/search.php?q=${searchQuery}&page=${page}`;
|
||||
|
||||
Reference in New Issue
Block a user