diff --git a/src/providers/sources/ee3/index.ts b/src/providers/sources/ee3/index.ts index 4424386..9f9f5e2 100644 --- a/src/providers/sources/ee3/index.ts +++ b/src/providers/sources/ee3/index.ts @@ -91,7 +91,8 @@ async function comboScraper(ctx: MovieScrapeContext): Promise { export const ee3Scraper = makeSourcerer({ id: 'ee3', name: 'EE3', - rank: 111, + rank: 170, + disabled: false, flags: [flags.CORS_ALLOWED], scrapeMovie: comboScraper, });