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,