mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:03:25 +00:00
Add IP_LOCKED flag to LookMovie provider
This commit is contained in:
@@ -30,7 +30,7 @@ export const lookmovieScraper = makeSourcerer({
|
||||
id: 'lookmovie',
|
||||
name: 'LookMovie',
|
||||
rank: 1,
|
||||
flags: [],
|
||||
flags: [flags.IP_LOCKED],
|
||||
scrapeShow: universalScraper,
|
||||
scrapeMovie: universalScraper,
|
||||
});
|
||||
|
Reference in New Issue
Block a user