disable zoechip

This commit is contained in:
Ciarands 2024-03-28 21:58:21 +00:00
parent 35721b553b
commit 5356d7336c
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export const zoechipScraper = makeSourcerer({
name: 'ZoeChip',
rank: 200,
flags: [flags.CORS_ALLOWED],
disabled: true,
scrapeMovie,
scrapeShow,
});