Skip to content

Commit

Permalink
fix sigma shit
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Aug 13, 2024
1 parent a37416e commit 129440e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/embeds/whvx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const providers = [
{
id: 'orion',
rank: 700,
disabled: true,
},
];

Expand Down
1 change: 1 addition & 0 deletions src/providers/sources/redstar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 129440e

Please sign in to comment.