From c3ca2fed228c698dadc602f048ab66a06eefa638 Mon Sep 17 00:00:00 2001 From: TPN Date: Tue, 9 Jul 2024 14:05:16 +0100 Subject: [PATCH] Adjust NSBX ranks --- src/providers/embeds/whvx.ts | 4 ++-- src/providers/sources/nsbx.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/providers/embeds/whvx.ts b/src/providers/embeds/whvx.ts index d509c41..6145235 100644 --- a/src/providers/embeds/whvx.ts +++ b/src/providers/embeds/whvx.ts @@ -7,12 +7,12 @@ const providers = [ { id: 'nova', name: 'VidBinge Nova', - rank: 697, + rank: 601, }, { id: 'astra', name: 'VidBinge Astra', - rank: 696, + rank: 600, }, ]; diff --git a/src/providers/sources/nsbx.ts b/src/providers/sources/nsbx.ts index 74e9c5a..e551c24 100644 --- a/src/providers/sources/nsbx.ts +++ b/src/providers/sources/nsbx.ts @@ -50,7 +50,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis export const nsbxScraper = makeSourcerer({ id: 'nsbx', name: 'NSBX', - rank: 150, + rank: 129, flags: [flags.CORS_ALLOWED], disabled: false, scrapeMovie: comboScraper,