mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
Update vidnest.ts
This commit is contained in:
parent
5fa3369422
commit
6a94f978c6
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeSourcerer } from '@/providers/base';
|
||||
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
||||
|
||||
|
|
@ -31,9 +30,9 @@ async function scrape(ctx: MovieScrapeContext | ShowScrapeContext, type: 'movie'
|
|||
const vidnestScraper = makeSourcerer({
|
||||
id: 'vidnest',
|
||||
name: 'Vidnest',
|
||||
rank: 196,
|
||||
rank: 115,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [],
|
||||
scrapeMovie: (ctx: MovieScrapeContext) => scrape(ctx, 'movie'),
|
||||
scrapeShow: (ctx: ShowScrapeContext) => scrape(ctx, 'tv'),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue