add IP_LOCKED flag

This commit is contained in:
Jorrin
2024-03-13 00:30:02 +01:00
parent 845bf7c3db
commit e1a0ce72cc

View File

@@ -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,
},