mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
Update EE3
This commit is contained in:
parent
bda3f9198f
commit
4e726223ec
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue