Add IP_LOCKED flag to LookMovie provider

This commit is contained in:
MemeCornucopia
2023-12-14 12:41:12 -05:00
parent 671c558c55
commit 7dcd9dd3bb

View File

@@ -30,7 +30,7 @@ export const lookmovieScraper = makeSourcerer({
id: 'lookmovie',
name: 'LookMovie',
rank: 1,
flags: [],
flags: [flags.IP_LOCKED],
scrapeShow: universalScraper,
scrapeMovie: universalScraper,
});