diff --git a/src/providers/sources/autoembed.ts b/src/providers/sources/autoembed.ts index e4d9a2e..092f645 100644 --- a/src/providers/sources/autoembed.ts +++ b/src/providers/sources/autoembed.ts @@ -38,8 +38,8 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis export const autoembedScraper = makeSourcerer({ id: 'autoembed', name: 'Autoembed', - rank: 10, - disabled: true, + rank: 92, + disabled: false, flags: [flags.CORS_ALLOWED], scrapeMovie: comboScraper, scrapeShow: comboScraper,