Adjust NSBX ranks

This commit is contained in:
TPN 2024-07-09 14:05:16 +01:00
parent d45d3fec89
commit c3ca2fed22
No known key found for this signature in database
GPG Key ID: 40AE091637892B91
2 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@ const providers = [
{
id: 'nova',
name: 'VidBinge Nova',
rank: 697,
rank: 601,
},
{
id: 'astra',
name: 'VidBinge Astra',
rank: 696,
rank: 600,
},
];

View File

@ -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,