mirror of
https://github.com/p-stream/providers.git
synced 2026-04-20 13:32:05 +00:00
Fix CLI not working for ip locked sources + disable lookmovie due to bug
This commit is contained in:
parent
2ac9be5fdc
commit
7dfeeb2700
2 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ export async function processOptions(sources: Array<Embed | Sourcerer>, options:
|
|||
const providerOptions: ProviderMakerOptions = {
|
||||
fetcher,
|
||||
target: targets.ANY,
|
||||
consistentIpForRequests: true,
|
||||
};
|
||||
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ export const lookmovieScraper = makeSourcerer({
|
|||
id: 'lookmovie',
|
||||
name: 'LookMovie',
|
||||
rank: 1,
|
||||
disabled: true,
|
||||
flags: [flags.IP_LOCKED],
|
||||
scrapeShow: universalScraper,
|
||||
scrapeMovie: universalScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue