mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-19 23:52:05 +00:00
add IP_LOCKED flag
This commit is contained in:
parent
845bf7c3db
commit
e1a0ce72cc
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr
|
|||
{
|
||||
id: 'primary',
|
||||
type: 'file',
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
|
||||
captions: parsedSubtitles,
|
||||
qualities: parsedVideos,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue