mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 07:13:24 +00:00
remove CORS_ALLOWED flag
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeSourcerer } from '@/providers/base';
|
||||
import { scrapeMovie } from '@/providers/sources/vidsrc/scrape-movie';
|
||||
import { scrapeShow } from '@/providers/sources/vidsrc/scrape-show';
|
||||
@@ -7,7 +6,7 @@ export const vidsrcScraper = makeSourcerer({
|
||||
id: 'vidsrc',
|
||||
name: 'VidSrc',
|
||||
rank: 90,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [],
|
||||
scrapeMovie,
|
||||
scrapeShow,
|
||||
});
|
||||
|
Reference in New Issue
Block a user