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,