Disable showbox

This commit is contained in:
Jorrin
2024-04-08 15:37:41 +02:00
parent ecf46817d4
commit 2daded1d79

View File

@@ -42,6 +42,7 @@ export const showboxScraper = makeSourcerer({
id: 'showbox', id: 'showbox',
name: 'Showbox', name: 'Showbox',
rank: 150, rank: 150,
disabled: true,
flags: [flags.CORS_ALLOWED, flags.CF_BLOCKED], flags: [flags.CORS_ALLOWED, flags.CF_BLOCKED],
scrapeShow: comboScraper, scrapeShow: comboScraper,
scrapeMovie: comboScraper, scrapeMovie: comboScraper,