mirror of
https://github.com/p-stream/providers.git
synced 2026-05-07 02:19:56 +00:00
disable vidnest.ts
This commit is contained in:
parent
ede4e872ad
commit
58b229df40
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export const vidnestScraper = makeSourcerer({
|
|||
id: 'vidnest',
|
||||
name: 'Vidnest',
|
||||
rank: 115,
|
||||
disabled: false,
|
||||
disabled: true,
|
||||
flags: [],
|
||||
scrapeMovie: (ctx: MovieScrapeContext) => scrape(ctx, 'movie'),
|
||||
scrapeShow: (ctx: ShowScrapeContext) => scrape(ctx, 'tv'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue