From aa3722a48c4e07c4de6c0762491809869a029e96 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 29 Oct 2017 16:18:07 +0100 Subject: [PATCH] youtube-dl: add suggestion to install vcredit2010 --- youtube-dl.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/youtube-dl.json b/youtube-dl.json index fa101d597a..1873e024ef 100644 --- a/youtube-dl.json +++ b/youtube-dl.json @@ -8,6 +8,11 @@ "depends": [ "ffmpeg" ], + "suggest": { + "vcredist": [ + "extras/vcredist2010" + ] + }, "checkver": { "github": "https://github.com/rg3/youtube-dl" },