update vidjoy flags again

This commit is contained in:
Pas 2025-07-07 23:21:43 -06:00
parent c1ffa7d04e
commit 079ad72860

View file

@ -37,7 +37,7 @@ async function comboScraper(ctx: MovieScrapeContext): Promise<SourcererOutput> {
'User-Agent': 'User-Agent':
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',
}, },
flags: [flags.CORS_ALLOWED, flags.PROXY_BLOCKED], flags: [flags.PROXY_BLOCKED],
captions: [], captions: [],
}, },
], ],
@ -48,6 +48,6 @@ export const vidjoyScraper = makeSourcerer({
id: 'vidjoy', id: 'vidjoy',
name: 'Vidjoy', name: 'Vidjoy',
rank: 185, rank: 185,
flags: [flags.CORS_ALLOWED, flags.PROXY_BLOCKED], flags: [flags.PROXY_BLOCKED],
scrapeMovie: comboScraper, scrapeMovie: comboScraper,
}); });