From 71dfb5b12b3ce5f34da88c19fca753a04d842ce0 Mon Sep 17 00:00:00 2001 From: Ivan Evans <74743263+Pasithea0@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:09:28 -0700 Subject: [PATCH] reenable autoembed --- src/providers/sources/autoembed.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,