From 1bbe37f3eb93dee660ec994159f4de89f033be9b Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sat, 22 Feb 2025 12:06:49 -0700 Subject: [PATCH] disable soaper :( --- src/providers/sources/soapertv/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/sources/soapertv/index.ts b/src/providers/sources/soapertv/index.ts index 8016e01..481cd1f 100644 --- a/src/providers/sources/soapertv/index.ts +++ b/src/providers/sources/soapertv/index.ts @@ -132,6 +132,7 @@ export const soaperTvScraper = makeSourcerer({ id: 'soapertv', name: 'SoaperTV', rank: 150, + disabled: true, flags: [flags.CORS_ALLOWED], scrapeMovie: universalScraper, scrapeShow: universalScraper,