mirror of
https://github.com/p-stream/providers.git
synced 2026-05-21 08:32:04 +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',
|
id: 'vidnest',
|
||||||
name: 'Vidnest',
|
name: 'Vidnest',
|
||||||
rank: 115,
|
rank: 115,
|
||||||
disabled: false,
|
disabled: true,
|
||||||
flags: [],
|
flags: [],
|
||||||
scrapeMovie: (ctx: MovieScrapeContext) => scrape(ctx, 'movie'),
|
scrapeMovie: (ctx: MovieScrapeContext) => scrape(ctx, 'movie'),
|
||||||
scrapeShow: (ctx: ShowScrapeContext) => scrape(ctx, 'tv'),
|
scrapeShow: (ctx: ShowScrapeContext) => scrape(ctx, 'tv'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue