mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-21 00:22:07 +00:00
Add IP_LOCKED flag to vidplay
This commit is contained in:
parent
8551101b5d
commit
49d1e58681
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export const vidplayScraper = makeEmbed({
|
||||||
id: 'primary',
|
id: 'primary',
|
||||||
type: 'hls',
|
type: 'hls',
|
||||||
playlist: source,
|
playlist: source,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.IP_LOCKED],
|
||||||
captions,
|
captions,
|
||||||
thumbnailTrack,
|
thumbnailTrack,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue