mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-20 16:12:25 +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({
|
export const autoembedScraper = makeSourcerer({
|
||||||
id: 'autoembed',
|
id: 'autoembed',
|
||||||
name: 'Autoembed',
|
name: 'Autoembed',
|
||||||
rank: 10,
|
rank: 92,
|
||||||
disabled: true,
|
disabled: false,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
scrapeShow: comboScraper,
|
scrapeShow: comboScraper,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue