mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
reenable autoembed
This commit is contained in:
parent
4021fe8aa6
commit
71dfb5b12b
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue