From 67bbce595900f18c74db7357d3e4999f275930af Mon Sep 17 00:00:00 2001 From: Gutierri Barboza Date: Sun, 5 Apr 2015 01:43:02 -0300 Subject: [PATCH] add youtube-dl --- youtube-dl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 youtube-dl.json diff --git a/youtube-dl.json b/youtube-dl.json new file mode 100644 index 0000000000..4e2a6c1771 --- /dev/null +++ b/youtube-dl.json @@ -0,0 +1,12 @@ +{ + "homepage": "http://rg3.github.io/youtube-dl/" + "license": "Unlicense", + "version": "2015.04.03", + "url": "https://yt-dl.org/downloads/2015.04.03/youtube-dl.exe", + "hash": "md5:1eb53c85ced7e75ac7a3c9edc5cedd5e", + "bin": "youtube-dl.exe", + "depends": [ + "ffmpeg", + "python" + ] +}