mirror of
https://github.com/p-stream/providers.git
synced 2026-04-21 15:22:23 +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}`,
|
id: `vidify-${id}`,
|
||||||
name: `${id.charAt(0).toUpperCase() + id.slice(1)}`,
|
name: `${id.charAt(0).toUpperCase() + id.slice(1)}`,
|
||||||
rank,
|
rank,
|
||||||
|
disabled: true,
|
||||||
async scrape(ctx): Promise<EmbedOutput> {
|
async scrape(ctx): Promise<EmbedOutput> {
|
||||||
const query = JSON.parse(ctx.url);
|
const query = JSON.parse(ctx.url);
|
||||||
const { type, tmdbId, season, episode } = query;
|
const { type, tmdbId, season, episode } = query;
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,7 @@ export const vidifyScraper = makeSourcerer({
|
||||||
id: 'vidify',
|
id: 'vidify',
|
||||||
name: 'Vidify',
|
name: 'Vidify',
|
||||||
rank: 124,
|
rank: 124,
|
||||||
|
disabled: true,
|
||||||
flags: [],
|
flags: [],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
scrapeShow: comboScraper,
|
scrapeShow: comboScraper,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue