mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
Update turbovid.ts
This commit is contained in:
parent
f8a4e3723e
commit
f8c0aa098c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeEmbed } from '@/providers/base';
|
||||
import { createM3U8ProxyUrl } from '@/utils/proxy';
|
||||
|
||||
|
|
@ -96,7 +97,7 @@ export const turbovidScraper = makeEmbed({
|
|||
id: 'primary',
|
||||
playlist: createM3U8ProxyUrl(playlist, ctx.features, streamHeaders),
|
||||
headers: streamHeaders,
|
||||
flags: [],
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
captions: [],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue