Revert "disable embedsu and streambox"

This reverts commit d0bd19a3f2.
This commit is contained in:
Pas 2025-03-17 19:21:27 -07:00
parent 748094614e
commit 23fd6c46ed
2 changed files with 1 additions and 2 deletions

View file

@ -65,7 +65,7 @@ export const embedsuScraper = makeSourcerer({
id: 'embedsu',
name: 'embed.su',
rank: 240,
disabled: true,
disabled: false,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,

View file

@ -98,7 +98,6 @@ export const streamboxScraper = makeSourcerer({
id: 'streambox',
name: 'StreamBox',
rank: 155,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,