Merge branch 'movie-web:dev' into dev

This commit is contained in:
infvortx
2024-04-09 09:49:32 +03: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,