From d6d3831b25ab298fe9fc2ab3c90aa88b60b122ae Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 9 Mar 2025 00:08:33 -0700 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 312cbf7..7baf113 100644 --- a/src/providers/sources/soapertv/index.ts +++ b/src/providers/sources/soapertv/index.ts @@ -135,7 +135,7 @@ export const soaperTvScraper = makeSourcerer({ id: 'soapertv', name: 'SoaperTV', rank: 140, - disabled: false, + disabled: true, flags: [flags.CORS_ALLOWED, flags.IP_LOCKED], scrapeMovie: universalScraper, scrapeShow: universalScraper,