mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-16 04:08:02 +00:00
disable soaper
This commit is contained in:
parent
7bf0342de9
commit
cee3c99ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue