mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-24 03:37:46 +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',
|
||||
type: 'hls',
|
||||
playlist: source,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [flags.IP_LOCKED],
|
||||
captions,
|
||||
thumbnailTrack,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue