remove flag

This commit is contained in:
Jorrin 2024-01-05 19:52:28 +01:00
parent 1970e11443
commit 9276694ead
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import { load } from 'cheerio';
import { flags } from '@/entrypoint/utils/targets';
import { SourcererEmbed, SourcererOutput, makeSourcerer } from '@/providers/base';
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
@ -80,6 +79,6 @@ export const vidSrcToScraper = makeSourcerer({
name: 'VidSrcTo',
scrapeMovie: universalScraper,
scrapeShow: universalScraper,
flags: [flags.CORS_ALLOWED],
flags: [],
rank: 400,
});