From 13437d26faf2f8b74f8bf0f59c8078c26770a585 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister <phihag@phihag.de> Date: Tue, 9 Feb 2016 20:23:54 +0100 Subject: [PATCH] release 2016.02.09.1 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 4d79badb7..c93f6389b 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/2016.02.09/youtube-dl">2016.02.09</a> (<a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2016.02.09.1/youtube-dl">2016.02.09.1</a> (<a href="https://yt-dl.org/downloads/2016.02.09.1/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: cb197327aec67ea3c0b31edd4ed1658b</li> -<li><strong>SHA1</strong>: f37730dc2b76b0ceab47998ddf0167e5aaa4c64c</li> -<li><strong>SHA256</strong>: d1856f61c2d320b6ee7f50607626ed33b8518bddf7a07450ae96f55ada7eeff8</li> +<li><strong>MD5</strong>: c0c2096b204503f4716c47d5cdbb5fce</li> +<li><strong>SHA1</strong>: afad295b55e5d6a7c7493c3e00bc29764c147b7d</li> +<li><strong>SHA256</strong>: af7483b29156cb85aa4d3abb84a727942b6c2e8fa61ea17232e3e76cbffe1a8c</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl.exe.sig">sig</a> - b3bdfdbc5ec4e3043d2656975c50091a25bfa6bc273ff7b2bfc3f0c81e06410a)<br> - <a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl-2016.02.09.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.02.09/youtube-dl-2016.02.09.tar.gz.sig">sig</a> - 361d4a47f5ff1591c9577c58fe11689ba07eb9cab07f21560a426710beef0207) + <a href="https://yt-dl.org/downloads/2016.02.09.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.02.09.1/youtube-dl.exe.sig">sig</a> - f92e7bd16b65cbb76e78b84065833eab5db8cc86feb2fa71c24bbdd487a30434)<br> + <a href="https://yt-dl.org/downloads/2016.02.09.1/youtube-dl-2016.02.09.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.02.09.1/youtube-dl-2016.02.09.1.tar.gz.sig">sig</a> - f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78) </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/2016.02.09/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2016.02.09.1/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.02.09/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2016.02.09.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> sudo chmod a+rx /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/2016.02.09/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.02.09.1/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 a03f543ae..75c775f91 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -54,8 +54,8 @@ <li><b>appletrailers:section</b></li> <li><b>archive.org</b>: archive.org videos</li> <li><b>ARD</b></li> - <li><b>ARD:mediathek</b>: Saarländischer Rundfunk</li> <li><b>ARD:mediathek</b></li> + <li><b>ARD:mediathek</b>: Saarländischer Rundfunk</li> <li><b>arte.tv</b></li> <li><b>arte.tv:+7</b></li> <li><b>arte.tv:cinema</b></li> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 86be9429a..7aaf1cca8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.09 \ No newline at end of file +2016.02.09.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 572acdb5b..1ce5cf630 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-02-09T13:01:35.001788Z</updated> + <updated>2016-02-09T20:23:48.661419Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -9185,4 +9185,19 @@ <updated>2016-02-09T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.09.1</id> + <title>New version 2016.02.09.1</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.02.09.1/">https://yt-dl.org/downloads/2016.02.09.1/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2016-02-09T00:00:01Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f2b2bf329..148529cac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.09", - "signature": "7b17b11fd0aeb10bf91eeac4d95eefc14bab1d25738a1953d6af32a75a170cd1c6a39316aa5ece4fec4f2b4dd1bc4364be20b89be92d0131768601678ef766de157dbc67589cf99f388c79179a4916cd28b2452b856e1d742768988011971a16036d847cd18a8609474f093ee8141a2f266f7f74af353b58b960b3addb02276a", + "latest": "2016.02.09.1", + "signature": "4f042004eb670d8e9afb718e64cc12548627776971be86ca5455fe195199a663626c56916c47a99db40897a0fdeb2dfadd52a777d4768f88a795f7a15757f88a157277d3a6447d8322af4bdcd5bc80d8d09f9c1d6e71b6ebe1e301c4b8d147d953322aaf236b836839a05bdb1d0c129e9c1e5f1c040cfb52639149195e7a0e7d", "versions": { "2012.02.22": { "bin": [ @@ -8575,6 +8575,20 @@ "https://yt-dl.org/downloads/2016.02.09/youtube-dl-2016.02.09.tar.gz", "361d4a47f5ff1591c9577c58fe11689ba07eb9cab07f21560a426710beef0207" ] + }, + "2016.02.09.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl", + "af7483b29156cb85aa4d3abb84a727942b6c2e8fa61ea17232e3e76cbffe1a8c" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl.exe", + "f92e7bd16b65cbb76e78b84065833eab5db8cc86feb2fa71c24bbdd487a30434" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl-2016.02.09.1.tar.gz", + "f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78" + ] } } } \ No newline at end of file