Version bump + lookmovie reorder

This commit is contained in:
mrjvs
2024-01-20 17:54:44 +01:00
parent 54db7efcee
commit 2df4f10f64
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ async function universalScraper(ctx: MovieScrapeContext | ShowScrapeContext): Pr
export const lookmovieScraper = makeSourcerer({
id: 'lookmovie',
name: 'LookMovie',
rank: 1,
rank: 700,
flags: [flags.IP_LOCKED],
scrapeShow: universalScraper,
scrapeMovie: universalScraper,