disable zoechip

This commit is contained in:
Ciarands
2024-03-28 21:58:21 +00:00
parent 35721b553b
commit 5356d7336c

View File

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