mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:53:24 +00:00
add IP_LOCKED flag
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user