Disable smashystream and autoembed

This commit is contained in:
TPN 2024-07-03 09:07:24 +01:00
parent 5c95f64c69
commit c8b3a151ff
No known key found for this signature in database
GPG key ID: 40AE091637892B91
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ export const autoembedScraper = makeSourcerer({
id: 'autoembed',
name: 'Autoembed',
rank: 10,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,

View file

@ -31,6 +31,7 @@ export const smashyStreamScraper = makeSourcerer({
id: 'smashystream',
name: 'SmashyStream',
rank: 30,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: universalScraper,
scrapeShow: universalScraper,