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