From d7c814e4f71e33d04d07791c3c5de2839e76ea7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= <dstftw@gmail.com> Date: Thu, 16 Jun 2016 22:52:30 +0700 Subject: [PATCH] release 2016.06.16 --- download.html | 20 ++++++++++---------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 93d365f6a..8138a6793 100644 --- a/download.html +++ b/download.html @@ -16,29 +16,29 @@ <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.2+ to work except for Windows exe.</p> -<p><a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p> +<p><a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p> -<h2><a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl">2016.06.14</a> (<a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl">2016.06.16</a> (<a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: ab90fb638ef5e778a62edf1062607eb5</li> -<li><strong>SHA1</strong>: ead7ce6be02848b9021ee2d6213e31ad1c5cc213</li> -<li><strong>SHA256</strong>: 83c5c4001e8004bd395756e330167fc0c28e0bfd7191622a0816ade9f8597be4</li> +<li><strong>MD5</strong>: ae4fda4f2928a142eb8bd988fdc21548</li> +<li><strong>SHA1</strong>: a9a31a382b4453aefefdf0799d7e5826cc99c957</li> +<li><strong>SHA256</strong>: 14ec407bea1f51c0587b49ebe02d0fe7dfa5696fd58fd11f18426cedacd672e3</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl.exe.sig">sig</a> - 663cd6cf75f623ba70b29f1ca84b281daddc9fc978e05532361e6befa2cf6141)<br> - <a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl-2016.06.14.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl-2016.06.14.tar.gz.sig">sig</a> - daa66aed25386f7e3d6cf672a4cdcae1f7b02bd504c633f753bc077623bebb3a) + <a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl.exe.sig">sig</a> - d33740db704937027ead71f9de4be0d507fd7efca8af8856979c826b8cf0e466)<br> + <a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl-2016.06.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl-2016.06.16.tar.gz.sig">sig</a> - ec4d186c355149a184101c0abe87227ccea61b99f46fcbb5ace0dff35519a3d0) </p> <p>To install it right away for all UNIX users (Linux, OS X, etc.), type: -<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.14/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.16/youtube-dl -o /usr/local/bin/youtube-dl<br/> sudo chmod a+rx /usr/local/bin/youtube-dl</code> </p> <p>If you do not have curl, you can alternatively use a recent wget: -<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.14/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.16/youtube-dl -O /usr/local/bin/youtube-dl<br/> sudo chmod a+rx /usr/local/bin/youtube-dl</code> </p> @@ -55,7 +55,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more </p> <p>To check the signature, type: -<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.14/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> +<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.16/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> </p> <p>The following GPG keys will be used to sign the binaries and the git tags:</p> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 070f057b5..ae18e9a45 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.06.14 \ No newline at end of file +2016.06.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 728e27ee8..cbd8cc9f7 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" /> <title>youtube-dl releases</title> <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id> - <updated>2016-06-14T02:21:56.510297Z</updated> + <updated>2016-06-16T22:52:24.023022Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -9665,4 +9665,19 @@ <updated>2016-06-14T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.16</id> + <title>New version 2016.06.16</title> + <link href="http://rg3.github.io/youtube-dl" /> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + Downloads available at <a href="https://yt-dl.org/downloads/2016.06.16/">https://yt-dl.org/downloads/2016.06.16/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2016-06-16T00:00:00Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d903ff771..ed565c205 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.06.14", - "signature": "714bd61053a6327c140ac803c6d7d4d5363c4cd50593eb7fc1653dcac1fd5ab65da5fbbaff4fba4fd7e465018a7397e37938736260606980f8332de3d667677bb46f7c171bd887b7fc36faf5d49cdcf45b5f70e2b2636949e7f629bac066e5fb4879cb7c771b523a6e732e5c7f5ba1fbbc57b361e848726f4270c18e685e45c0", + "latest": "2016.06.16", + "signature": "27cf77d2550981da8994a216f73205b5e6c9b7742af18bd58e70e9cc8b86bba7057fbfae299d1c76f15f8dd4dd66aefddc56368d5d53f9deafd130864db683849fe16664fe90a55a630f27176d6915efea1a165689aa954176e9000b97d4d2194bda130a85bf628a2889fb1a338341b3b4ebb26e2342d61279e1468f549a015b", "versions": { "2012.02.22": { "bin": [ @@ -9023,6 +9023,20 @@ "https://yt-dl.org/downloads/2016.06.14/youtube-dl-2016.06.14.tar.gz", "daa66aed25386f7e3d6cf672a4cdcae1f7b02bd504c633f753bc077623bebb3a" ] + }, + "2016.06.16": { + "bin": [ + "https://yt-dl.org/downloads/2016.06.16/youtube-dl", + "14ec407bea1f51c0587b49ebe02d0fe7dfa5696fd58fd11f18426cedacd672e3" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.06.16/youtube-dl.exe", + "d33740db704937027ead71f9de4be0d507fd7efca8af8856979c826b8cf0e466" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.06.16/youtube-dl-2016.06.16.tar.gz", + "ec4d186c355149a184101c0abe87227ccea61b99f46fcbb5ace0dff35519a3d0" + ] } } } \ No newline at end of file