Fix CLI not working for ip locked sources + disable lookmovie due to bug

This commit is contained in:
mrjvs 2024-01-02 20:33:43 +01:00
parent 2ac9be5fdc
commit 7dfeeb2700
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ export async function processOptions(sources: Array<Embed | Sourcerer>, options:
const providerOptions: ProviderMakerOptions = {
fetcher,
target: targets.ANY,
consistentIpForRequests: true,
};
return {

View File

@ -33,6 +33,7 @@ export const lookmovieScraper = makeSourcerer({
id: 'lookmovie',
name: 'LookMovie',
rank: 1,
disabled: true,
flags: [flags.IP_LOCKED],
scrapeShow: universalScraper,
scrapeMovie: universalScraper,