mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-18 07:12:04 +00:00
Disable smashystream and autoembed
This commit is contained in:
parent
5c95f64c69
commit
c8b3a151ff
2 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ export const autoembedScraper = makeSourcerer({
|
|||
id: 'autoembed',
|
||||
name: 'Autoembed',
|
||||
rank: 10,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ export const smashyStreamScraper = makeSourcerer({
|
|||
id: 'smashystream',
|
||||
name: 'SmashyStream',
|
||||
rank: 30,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: universalScraper,
|
||||
scrapeShow: universalScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue