reenable autoembed

This commit is contained in:
Ivan Evans 2025-01-02 11:09:28 -07:00
parent 4021fe8aa6
commit 71dfb5b12b

View file

@ -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,