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,