mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:33:26 +00:00
add IP_LOCKED flag
This commit is contained in:
@@ -88,7 +88,7 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr
|
|||||||
{
|
{
|
||||||
id: 'primary',
|
id: 'primary',
|
||||||
type: 'file',
|
type: 'file',
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
|
||||||
captions: parsedSubtitles,
|
captions: parsedSubtitles,
|
||||||
qualities: parsedVideos,
|
qualities: parsedVideos,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user