Update turbovid.ts

This commit is contained in:
Pas 2025-11-03 15:52:12 -07:00
parent f8a4e3723e
commit f8c0aa098c

View file

@ -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: [],
},
],