Disable vidsrcto for now

This commit is contained in:
TPN 2024-08-04 17:43:24 +00:00
parent 78d3dbd4e8
commit 0218d62c8d

View file

@ -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],