mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 09:13:25 +00:00
remove user-agent
This commit is contained in:
@@ -14,8 +14,6 @@ export async function getExternalPlayerUrl(ctx: ScrapeContext, embedId: string,
|
|||||||
baseUrl: warezcdnApiBase,
|
baseUrl: warezcdnApiBase,
|
||||||
headers: {
|
headers: {
|
||||||
Referer: `${warezcdnApiBase}/getEmbed.php?${new URLSearchParams(params)}`,
|
Referer: `${warezcdnApiBase}/getEmbed.php?${new URLSearchParams(params)}`,
|
||||||
'User-Agent':
|
|
||||||
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36',
|
|
||||||
},
|
},
|
||||||
query: params,
|
query: params,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user