mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
disable dopebox
wrong client key
This commit is contained in:
parent
638d6ed996
commit
45bb904244
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ export const dopeboxScraper = makeSourcerer({
|
|||
id: 'dopebox',
|
||||
name: 'Dopebox',
|
||||
rank: 197,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
@ -92,6 +93,7 @@ export const dopeboxEmbeds = [
|
|||
id: 'dopebox-upcloud',
|
||||
name: 'UpCloud',
|
||||
rank: 101,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrape: scrapeUpCloudEmbed,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue