From a3776af71ca5818c71062c716cb47b175ba591ca Mon Sep 17 00:00:00 2001 From: engelhro Date: Thu, 21 Jan 2016 17:42:34 +0100 Subject: [PATCH] Update to version 2016.01.15 Windows binary has Python already baked in, no need to require it as runtime dependency. --- youtube-dl.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/youtube-dl.json b/youtube-dl.json index 1903e26720..ee334a1dc8 100644 --- a/youtube-dl.json +++ b/youtube-dl.json @@ -1,12 +1,11 @@ { "homepage": "http://rg3.github.io/youtube-dl/", "license": "Unlicense", - "version": "2015.08.09", - "url": "https://yt-dl.org/downloads/2015.08.09/youtube-dl.exe", - "hash": "md5:3451d842fd4ca39ce6b1226fd7776bf3", + "version": "2016.01.15", + "url": "https://yt-dl.org/downloads/2016.01.15/youtube-dl.exe", + "hash": "e1c6e3d479b0572294f44790d0e9e23c140a44c54d51d51e5d3929d3fe9d59ea", "bin": "youtube-dl.exe", "depends": [ - "ffmpeg", - "python" + "ffmpeg" ] }