From e242fb16d4d37f0b44b29cf5f4c03bdf7fd46393 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister <phihag@phihag.de> Date: Thu, 6 Feb 2014 11:34:29 +0100 Subject: [PATCH] release 2014.02.06.1 --- 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 89f1f8865..836c856dd 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.3+ to work.</p> -<h2><a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl">2014.02.06</a> (<a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2014.02.06.1/youtube-dl">2014.02.06.1</a> (<a href="https://yt-dl.org/downloads/2014.02.06.1/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: f073743435caf345124d7d1cf76dc6d3</li> -<li><strong>SHA1</strong>: 4d21353e62b5659984ca7288bc5bbe15910cd3f2</li> -<li><strong>SHA256</strong>: d837a6a102453dff3cd93df6bf8ff3656e9b9b9865e9894da301a36e7762f40e</li> +<li><strong>MD5</strong>: 1859f2297ab1b62df3c63c5913ecbdab</li> +<li><strong>SHA1</strong>: be676823623763132b856f39652d409dd5e65a2e</li> +<li><strong>SHA256</strong>: 628ff4c909e79032fc13f05480f04f7dec2fddc61a19be642bbbb581026e43e2</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl.exe.sig">sig</a> - a904943e9c4f362896a49d946d334667fca43e87fd4d38eb2c8fba605429f95d)<br> - <a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz.sig">sig</a> - 2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647) + <a href="https://yt-dl.org/downloads/2014.02.06.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.06.1/youtube-dl.exe.sig">sig</a> - 0ee22749e8a348e0a183bde30e5124b60d7fb699f678c924057b4f9d7910f6d9)<br> + <a href="https://yt-dl.org/downloads/2014.02.06.1/youtube-dl-2014.02.06.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.06.1/youtube-dl-2014.02.06.1.tar.gz.sig">sig</a> - 6789747c43d42aee1850710be8eeb47e8a76698c620752f1aa94393d91f613ed) </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/2014.02.06/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.06.1/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/2014.02.06/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.06.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> @@ -49,7 +49,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/2014.02.06/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/2014.02.06.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 c5d58fc25..cd4b3f6c1 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -74,6 +74,7 @@ <li><b>EbaumsWorld</b></li> <li><b>eHow</b></li> <li><b>eitb.tv</b></li> + <li><b>ElPais</b></li> <li><b>Escapist</b></li> <li><b>EveryonesMixtape</b></li> <li><b>exfm</b>: ex.fm</li> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b1145e4b1..9e98bce11 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.06 \ No newline at end of file +2014.02.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9046d9693..925e6cf6d 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>2014-02-06T03:32:56.186517Z</updated> + <updated>2014-02-06T11:34:16.980432Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -3245,4 +3245,19 @@ <updated>2014-02-06T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06.1</id> + <title>New version 2014.02.06.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/2014.02.06.1/">https://yt-dl.org/downloads/2014.02.06.1/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2014-02-06T00:00:01Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e8e5962b5..4b573f11d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.06", - "signature": "979bbcdadca1468823c708405dfd21d444cb5939ef56b82fb59a2d48810c5f2597b1585a244b33a17034d6573cc46dd8689bbf3b4a8619a6391fa5c418f0372fe437096ddd6e934d57229222696dfe2d345400c05a604516e79fa47af3da2ee6c7a9271a4e9bcd96c23d9ba1dcf3f1b098183347ac92b12ef3822d2739c94769", + "latest": "2014.02.06.1", + "signature": "012a3a5b8ee360b17cbb403f81b6482f04acc80ae997db220c62965da0a5d21de71b19b781aedf50fe09238c09afbb2e0e507c019f444308a82f225837c91c6f79fc1cf63af02a82ce2180c190a801876572d7fc9accbab371fb0cc40a0508f77dd34bff69d54facdb3d60958ec1c1ac519e5a92acda737affb550071c11f0c1", "versions": { "2012.02.22": { "bin": [ @@ -3031,6 +3031,20 @@ "https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz", "2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647" ] + }, + "2014.02.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl", + "628ff4c909e79032fc13f05480f04f7dec2fddc61a19be642bbbb581026e43e2" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl.exe", + "0ee22749e8a348e0a183bde30e5124b60d7fb699f678c924057b4f9d7910f6d9" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl-2014.02.06.1.tar.gz", + "6789747c43d42aee1850710be8eeb47e8a76698c620752f1aa94393d91f613ed" + ] } } } \ No newline at end of file