From b046fe3ea4d11b8fc8bc2a92f4de7da1b09e7c97 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 17 Aug 2025 09:44:09 -0600 Subject: [PATCH] enable wecima --- src/providers/sources/wecima.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/sources/wecima.ts b/src/providers/sources/wecima.ts index 9ac49ef..16f721a 100644 --- a/src/providers/sources/wecima.ts +++ b/src/providers/sources/wecima.ts @@ -95,7 +95,7 @@ export const wecimaScraper = makeSourcerer({ id: 'wecima', name: 'Wecima (Arabic)', rank: 3, - disabled: true, + disabled: false, flags: [], scrapeMovie: comboScraper, scrapeShow: comboScraper,