mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 12:43:25 +00:00
remove flag
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { load } from 'cheerio';
|
import { load } from 'cheerio';
|
||||||
|
|
||||||
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';
|
||||||
|
|
||||||
@@ -80,6 +79,6 @@ export const vidSrcToScraper = makeSourcerer({
|
|||||||
name: 'VidSrcTo',
|
name: 'VidSrcTo',
|
||||||
scrapeMovie: universalScraper,
|
scrapeMovie: universalScraper,
|
||||||
scrapeShow: universalScraper,
|
scrapeShow: universalScraper,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [],
|
||||||
rank: 400,
|
rank: 400,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user