From 1b344cbcc732170755dbe6e8128bed50919a24fc Mon Sep 17 00:00:00 2001 From: TPN Date: Mon, 12 Aug 2024 15:59:17 +0000 Subject: [PATCH] Disable WHVX --- src/providers/sources/whvx.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/sources/whvx.ts b/src/providers/sources/whvx.ts index 710c9db..909e86b 100644 --- a/src/providers/sources/whvx.ts +++ b/src/providers/sources/whvx.ts @@ -38,6 +38,7 @@ export const whvxScraper = makeSourcerer({ id: 'whvx', name: 'VidBinge', rank: 128, + disabled: true, flags: [flags.CORS_ALLOWED], scrapeMovie: comboScraper, scrapeShow: comboScraper,