mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:43:26 +00:00
remove flag
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
Reference in New Issue
Block a user