From 928cb0f3bfb07167529c223ab5f2b08c944af852 Mon Sep 17 00:00:00 2001 From: kurumushi Date: Sat, 13 Aug 2016 17:22:23 +0900 Subject: [PATCH] Update youtube-dl to version 2016.08.12 (#990) * Update youtube-dl to version 2016.08.12 Youtube-dl updated again. Here is a link to the file on virustotal in case there's worry about there being something wrong with it this time: https://virustotal.com/en/url/c5d7188f77b19ed13a0f9f00690aece860b70088a2b280f1c3711c87a4dcd83b/analysis/1471039807/ I also changed the license to public domain, which is more correct than "unlicensed" * Update youtube-dl.json I also added a checkver variable, because this app is updated quite often, and many times useless if not kept up to date. * Update youtube-dl.json A comma... * Update youtube-dl.json Another comma... --- youtube-dl.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/youtube-dl.json b/youtube-dl.json index ecb0057c52..1467ceee69 100644 --- a/youtube-dl.json +++ b/youtube-dl.json @@ -1,11 +1,15 @@ { "homepage": "http://rg3.github.io/youtube-dl/", - "license": "Unlicense", - "version": "2016.06.11.3", - "url": "https://yt-dl.org/downloads/2016.06.11.3/youtube-dl.exe", - "hash": "9473dd82871be6eafd37cbd64da5249fb32e046b0b5d3b58d7d98b550567f8c5", + "license": "Public Domain", + "version": "2016.08.12", + "url": "https://yt-dl.org/downloads/2016.08.12/youtube-dl.exe", + "hash": "f72cbc484b954f2154d0ddc128bf76ba6cde0d4acbf1047ed286fe438c4155dd", "bin": "youtube-dl.exe", "depends": [ "ffmpeg" - ] + ], + "checkver": { + "url": "http://rg3.github.io/youtube-dl/download.html", + "re": "Windows exe" + } }