From ef691cc0b5a902cee4f6ae3b0fecaa9beef4404a Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:26:30 -0600 Subject: [PATCH] enable 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 7baf113..312cbf7 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: true, + disabled: false, flags: [flags.CORS_ALLOWED, flags.IP_LOCKED], scrapeMovie: universalScraper, scrapeShow: universalScraper,