disable dopebox

wrong client key
This commit is contained in:
Pas 2025-12-17 11:00:52 -07:00
parent 638d6ed996
commit 45bb904244

View file

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