mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-21 00:22:07 +00:00
soapertv can be proxied so no longer ip locked and ranked higher than m4ufree
This commit is contained in:
parent
9b65230e9a
commit
2648cd6cca
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,8 @@ const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext): Pr
|
|||
export const soaperTvScraper = makeSourcerer({
|
||||
id: 'soapertv',
|
||||
name: 'SoaperTV',
|
||||
rank: 115,
|
||||
flags: [flags.IP_LOCKED],
|
||||
rank: 126,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: universalScraper,
|
||||
scrapeShow: universalScraper,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue