disable soaper

This commit is contained in:
Pas 2025-02-23 13:03:44 -07:00
parent 7bf0342de9
commit cee3c99ac3

View file

@ -131,8 +131,8 @@ const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext): Pr
export const soaperTvScraper = makeSourcerer({
id: 'soapertv',
name: 'SoaperTV',
disabled: false,
rank: 140,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: universalScraper,
scrapeShow: universalScraper,