From b65259d795dbebf9b6bcc74e6960c8aa9df98b66 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:34:43 -0600 Subject: [PATCH] disable soaper --- src/providers/sources/soapertv/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/sources/soapertv/index.ts b/src/providers/sources/soapertv/index.ts index 39707bd..5a3b1a6 100644 --- a/src/providers/sources/soapertv/index.ts +++ b/src/providers/sources/soapertv/index.ts @@ -207,7 +207,7 @@ export const soaperTvScraper = makeSourcerer({ id: 'soapertv', name: 'SoaperTV', rank: 130, - disabled: false, + disabled: true, flags: [flags.CORS_ALLOWED], scrapeMovie: universalScraper, scrapeShow: universalScraper,