mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-14 03:14:54 +00:00
Update vidsrcsu.ts
This commit is contained in:
parent
af3aa03b75
commit
e00e9e1b8a
1 changed files with 2 additions and 2 deletions
|
|
@ -61,13 +61,13 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
const jsonData = JSON.parse(decodedData);
|
||||
|
||||
const originalUrl = jsonData.u;
|
||||
const origin = jsonData.o || '';
|
||||
// const origin = jsonData.o || '';
|
||||
const referer = jsonData.r || '';
|
||||
|
||||
const encodedUrl = encodeURIComponent(originalUrl);
|
||||
const encodedHeaders = encodeURIComponent(
|
||||
JSON.stringify({
|
||||
origin,
|
||||
// origin,
|
||||
referer,
|
||||
}),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue