fix: update luxMovies search base URL and bump version

This commit is contained in:
Himanshu
2026-05-29 11:20:34 +05:30
parent 5459c15f96
commit 4c4d0903c2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -290,7 +290,7 @@
{
"display_name": "RogMovies",
"value": "luxMovies",
"version": "2.3",
"version": "2.4",
"icon": "",
"type": "india",
"disabled": false
+1 -1
View File
@@ -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}`;