From b7c2f29c715262bd333dc6f28e7932668e08054d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister <phihag@phihag.de> Date: Sat, 21 Feb 2015 21:33:35 +0100 Subject: [PATCH] release 2015.02.21 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0544fc1e0..472272f3d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@ <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.</p> -<h2><a href="https://yt-dl.org/downloads/2015.02.20/youtube-dl">2015.02.20</a> (<a href="https://yt-dl.org/downloads/2015.02.20/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2015.02.21/youtube-dl">2015.02.21</a> (<a href="https://yt-dl.org/downloads/2015.02.21/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: 0550139302073625ed479017bdb51f97</li> -<li><strong>SHA1</strong>: 185d7c53929878c43745d00ca1b693db8f7b8d8f</li> -<li><strong>SHA256</strong>: 59c6dd7297e325d8f3ed7168c1f544561812d31312ca04dbd8717b8db77875bd</li> +<li><strong>MD5</strong>: 3d17adfc6eef70929983d674e9de4ec1</li> +<li><strong>SHA1</strong>: ba2642eb149dda506aca5e0edbfea7f4ff136b58</li> +<li><strong>SHA256</strong>: 3a4fc92b4ed2d256fcc218299c22034aae11ebf29ebf933497943616a5575e1f</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2015.02.20/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.20/youtube-dl.exe.sig">sig</a> - 5ae4386e54d83befcbbf07de89e2c52fa85fa37352af7719df7aff0e9f5b1b8e)<br> - <a href="https://yt-dl.org/downloads/2015.02.20/youtube-dl-2015.02.20.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.20/youtube-dl-2015.02.20.tar.gz.sig">sig</a> - 3bfef8d0202b613ea4b03c40642c8d33eb174cd6360f47bd6d0a83a0dae8622b) + <a href="https://yt-dl.org/downloads/2015.02.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.21/youtube-dl.exe.sig">sig</a> - 188442e18027e193fc01041604f6cbc8c8730900320a78e7898942607784b726)<br> + <a href="https://yt-dl.org/downloads/2015.02.21/youtube-dl-2015.02.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.21/youtube-dl-2015.02.21.tar.gz.sig">sig</a> - 3694979c2296e182d92be8e6c5b7d90fb95b9d4d6f070d3912856dcb264ca03b) </p> <p>To install it right away for all UNIX users (Linux, OS X, etc.), type: -<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.20/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.21/youtube-dl -o /usr/local/bin/youtube-dl<br/> sudo chmod a+x /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/2015.02.20/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.21/youtube-dl -O /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> @@ -53,7 +53,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/2015.02.20/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/2015.02.21/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/supportedsites.html b/supportedsites.html index b0bab368a..11e3f6c5e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -574,6 +574,7 @@ <li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)</li> <li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li> <li><b>youtube:watch_later</b>: Youtube watch later list, ":ytwatchlater" for short (requires authentication)</li> + <li><b>Zapiks</b></li> <li><b>ZDF</b></li> <li><b>ZDFChannel</b></li> <li><b>zingmp3:album</b>: mp3.zing.vn albums</li> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e60919629..ab2823a0d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.20 \ No newline at end of file +2015.02.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bc445a046..1b7aa4e13 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>2015-02-20T23:29:06.742302Z</updated> + <updated>2015-02-21T21:33:33.805292Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -7835,4 +7835,19 @@ <updated>2015-02-20T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.21</id> + <title>New version 2015.02.21</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/2015.02.21/">https://yt-dl.org/downloads/2015.02.21/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2015-02-21T00:00:00Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3b0df95f5..206cad8bb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.20", - "signature": "596232b48134569e9af2504514e7dc43ebf8e245d3d50be38f47835e6d56b1d1929b23d1b94935d6db99b16a13da8b763eb77a399b4b85d245b59ad8983262db9a28fbdaeaab945349e10e359e95ce7c0d5d65439fac22912b73291f8ee6fd428bbedc2df53bb3c2766d5a8f69e75f77f79ffc7c358aa1fe9e0983d6e28bd8c9", + "latest": "2015.02.21", + "signature": "5480a65b8614d63de1898a7058adb9e068a9e79c48502e0401a31f1bf1381e160d16280874d57407c11aa29b4dac4300141ffd2e43521e19df74692b241d5989dfd8554132c8c0de95e841a6019098f17cc2c59dddc46589d0aae7baa9bc6d458359db96a9c8284dcc12ff55c76d6c85dbe147c34f5345b93f70ed03bbc7ccfd", "versions": { "2012.02.22": { "bin": [ @@ -7315,6 +7315,20 @@ "https://yt-dl.org/downloads/2015.02.20/youtube-dl-2015.02.20.tar.gz", "3bfef8d0202b613ea4b03c40642c8d33eb174cd6360f47bd6d0a83a0dae8622b" ] + }, + "2015.02.21": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.21/youtube-dl", + "3a4fc92b4ed2d256fcc218299c22034aae11ebf29ebf933497943616a5575e1f" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.21/youtube-dl.exe", + "188442e18027e193fc01041604f6cbc8c8730900320a78e7898942607784b726" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.21/youtube-dl-2015.02.21.tar.gz", + "3694979c2296e182d92be8e6c5b7d90fb95b9d4d6f070d3912856dcb264ca03b" + ] } } } \ No newline at end of file