mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-14 05:30:19 +00:00
remove CORS_ALLOWED flag
This commit is contained in:
parent
9e06035e27
commit
125021e432
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue