mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
Disable vidsrcto for now
This commit is contained in:
parent
78d3dbd4e8
commit
0218d62c8d
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr
|
|||
export const vidSrcToScraper = makeSourcerer({
|
||||
id: 'vidsrcto',
|
||||
name: 'VidSrcTo',
|
||||
disabled: true,
|
||||
scrapeMovie: universalScraper,
|
||||
scrapeShow: universalScraper,
|
||||
flags: [flags.PROXY_BLOCKED],
|
||||
|
|
|
|||
Loading…
Reference in a new issue