mirror of
https://github.com/p-stream/providers.git
synced 2026-04-21 06:12:24 +00:00
embedsu isnt cors???
This commit is contained in:
parent
a2fefa880b
commit
f48eb4e3d2
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
import { flags } from '@/entrypoint/utils/targets';
|
|
||||||
import { SourcererEmbed, SourcererOutput, makeSourcerer } from '@/providers/base';
|
import { SourcererEmbed, SourcererOutput, makeSourcerer } from '@/providers/base';
|
||||||
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
||||||
import { NotFoundError } from '@/utils/errors';
|
import { NotFoundError } from '@/utils/errors';
|
||||||
|
|
@ -66,7 +65,7 @@ export const embedsuScraper = makeSourcerer({
|
||||||
name: 'embed.su',
|
name: 'embed.su',
|
||||||
rank: 170,
|
rank: 170,
|
||||||
disabled: false,
|
disabled: false,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
scrapeShow: comboScraper,
|
scrapeShow: comboScraper,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue