mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
disable vidify
This commit is contained in:
parent
8f2f9f7f29
commit
41fbb094d7
2 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ export function makeVidifyEmbed(id: string, rank: number = 100) {
|
|||
id: `vidify-${id}`,
|
||||
name: `${id.charAt(0).toUpperCase() + id.slice(1)}`,
|
||||
rank,
|
||||
disabled: true,
|
||||
async scrape(ctx): Promise<EmbedOutput> {
|
||||
const query = JSON.parse(ctx.url);
|
||||
const { type, tmdbId, season, episode } = query;
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@ export const vidifyScraper = makeSourcerer({
|
|||
id: 'vidify',
|
||||
name: 'Vidify',
|
||||
rank: 124,
|
||||
disabled: true,
|
||||
flags: [],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue