fix sigma shit

This commit is contained in:
Cooper 2024-08-13 20:06:28 +00:00
parent a37416e46c
commit 129440e93a
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ const providers = [
{
id: 'orion',
rank: 700,
disabled: true,
},
];

View File

@ -35,6 +35,7 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr
export const redStarScraper = makeSourcerer({
id: 'redstar',
name: 'redStar',
disabled: true,
rank: 131,
flags: [flags.CORS_ALLOWED],
scrapeMovie: universalScraper,