mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
disable autoembed
This commit is contained in:
parent
b2ad0be977
commit
e2a4400819
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export const autoembedScraper = makeSourcerer({
|
|||
id: 'autoembed',
|
||||
name: 'Autoembed',
|
||||
rank: 110,
|
||||
disabled: false,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue