Skip to content

Commit

Permalink
dead
Browse files Browse the repository at this point in the history
  • Loading branch information
ztpn committed Dec 7, 2024
1 parent f5587d1 commit f48e296
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/sources/nsbx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export const nsbxScraper = makeSourcerer({
name: 'NSBX',
rank: 129,
flags: [flags.CORS_ALLOWED],
disabled: false,
disabled: true,
externalSource: true,
scrapeMovie: comboScraper,
scrapeShow: comboScraper,
});
1 change: 1 addition & 0 deletions src/providers/sources/redstar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const redStarScraper = makeSourcerer({
id: 'redstar',
name: 'redStar',
disabled: true,
externalSource: true,
rank: 131,
flags: [flags.CORS_ALLOWED],
scrapeMovie: universalScraper,
Expand Down
2 changes: 2 additions & 0 deletions src/providers/sources/whvx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export const whvxScraper = makeSourcerer({
id: 'whvx',
name: 'VidBinge',
rank: 128,
disabled: true,
externalSource: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,
Expand Down

0 comments on commit f48e296

Please sign in to comment.