mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-18 13:05:57 +00:00
modified: src/providers/sources/florence/xprime.ts
This commit is contained in:
parent
727ee10305
commit
eff6660ddf
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
const season = (ctx as ShowScrapeContext).media.season?.number || 1;
|
||||
const episode = (ctx as ShowScrapeContext).media.episode?.number || 1;
|
||||
|
||||
const turnstileToken = localStorage.getItem('turnstile_token');
|
||||
|
||||
const endpoints = [
|
||||
"fed",
|
||||
"bomber",
|
||||
|
|
@ -27,6 +29,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
'Referer': 'https://xprime.today/',
|
||||
'Origin': 'https://xprime.today',
|
||||
'Accept': 'application/json',
|
||||
'cf-turnstile-response': turnstileToken || '',
|
||||
};
|
||||
|
||||
for (const ep of endpoints) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue