mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
Add IP_LOCKED flag to LookMovie provider
This commit is contained in:
parent
671c558c55
commit
7dcd9dd3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export const lookmovieScraper = makeSourcerer({
|
|||
id: 'lookmovie',
|
||||
name: 'LookMovie',
|
||||
rank: 1,
|
||||
flags: [],
|
||||
flags: [flags.IP_LOCKED],
|
||||
scrapeShow: universalScraper,
|
||||
scrapeMovie: universalScraper,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue