mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:03:26 +00:00
Merge pull request #148 from movie-web/feature/disable-showbox
Disable showbox
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user