Merge pull request #148 from movie-web/feature/disable-showbox

Disable showbox
This commit is contained in:
William Oldham
2024-04-08 15:10:51 +01:00
committed by GitHub

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,