diff --git a/src/providers/sources/autoembed.ts b/src/providers/sources/autoembed.ts index c538116..5152ac6 100644 --- a/src/providers/sources/autoembed.ts +++ b/src/providers/sources/autoembed.ts @@ -49,7 +49,7 @@ export const autoembedScraper = makeSourcerer({ id: 'autoembed', name: 'Autoembed', rank: 110, - disabled: false, + disabled: true, flags: [flags.CORS_ALLOWED], scrapeMovie: comboScraper, scrapeShow: comboScraper,