mirror of
https://github.com/p-stream/providers.git
synced 2026-04-05 04:09:46 +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 { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
||||
import { NotFoundError } from '@/utils/errors';
|
||||
|
|
@ -66,7 +65,7 @@ export const embedsuScraper = makeSourcerer({
|
|||
name: 'embed.su',
|
||||
rank: 170,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue