Update EE3

This commit is contained in:
Ivan Evans 2024-12-06 23:30:03 -07:00
parent bda3f9198f
commit 4e726223ec

View file

@ -91,7 +91,8 @@ async function comboScraper(ctx: MovieScrapeContext): Promise<SourcererOutput> {
export const ee3Scraper = makeSourcerer({
id: 'ee3',
name: 'EE3',
rank: 111,
rank: 170,
disabled: false,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
});