Add IP_LOCKED flag to vidsrcto

This commit is contained in:
Ciarands 2024-04-03 15:32:18 +01:00
parent 49d1e58681
commit 97008a6439
1 changed files with 1 additions and 1 deletions

View File

@ -78,6 +78,6 @@ export const vidSrcToScraper = makeSourcerer({
name: 'VidSrcTo',
scrapeMovie: universalScraper,
scrapeShow: universalScraper,
flags: [flags.CORS_ALLOWED],
flags: [flags.IP_LOCKED],
rank: 130,
});