mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 11:33:25 +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 { makeSourcerer } from '@/providers/base';
|
||||||
import { scrapeMovie } from '@/providers/sources/vidsrc/scrape-movie';
|
import { scrapeMovie } from '@/providers/sources/vidsrc/scrape-movie';
|
||||||
import { scrapeShow } from '@/providers/sources/vidsrc/scrape-show';
|
import { scrapeShow } from '@/providers/sources/vidsrc/scrape-show';
|
||||||
@@ -7,7 +6,7 @@ export const vidsrcScraper = makeSourcerer({
|
|||||||
id: 'vidsrc',
|
id: 'vidsrc',
|
||||||
name: 'VidSrc',
|
name: 'VidSrc',
|
||||||
rank: 90,
|
rank: 90,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [],
|
||||||
scrapeMovie,
|
scrapeMovie,
|
||||||
scrapeShow,
|
scrapeShow,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user