mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-14 19:25:12 +00:00
parent
748094614e
commit
23fd6c46ed
2 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -98,7 +98,6 @@ export const streamboxScraper = makeSourcerer({
|
|||
id: 'streambox',
|
||||
name: 'StreamBox',
|
||||
rank: 155,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue