From d24ff9356e9471f61dc0d4b3c1a7f40cd5e4d3b6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 6 Feb 2014 03:32:58 +0100 Subject: [PATCH] release 2014.02.06 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 52ffb59e9..89f1f8865 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

-

2014.02.05 (sig)

+

2014.02.06 (sig)

- Windows exe (sig - d69b4e5dcf840adedcb514352e84fab94fd9eda83383919f3b2a4d122d99fd3e)
- Full source + docs + binary tarball (sig - b7d3eeaf8e71dd8978c5879fab969d0a29dc61cc83ed52082308088a67e9cb2d) + Windows exe (sig - a904943e9c4f362896a49d946d334667fca43e87fd4d38eb2c8fba605429f95d)
+ Full source + docs + binary tarball (sig - 2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.05/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.02.06/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2014.02.05/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.02.06/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -49,7 +49,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.05/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2014.02.06/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig

The following GPG keys will be used to sign the binaries and the git tags:

diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2036f5838..b1145e4b1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.05 \ No newline at end of file +2014.02.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f62a8ed1b..9046d9693 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2014-02-05T21:44:16.950239Z + 2014-02-06T03:32:56.186517Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3230,4 +3230,19 @@ 2014-02-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06 + New version 2014.02.06 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.02.06/ +
+
+ + The youtube-dl maintainers + + 2014-02-06T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f28299f9c..e8e5962b5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.05", - "signature": "33cfd25832abc5f96a31a77b135491f3f8a32df8fa94f560b0107839754696d3ef15f54397e384029aaffcbf84649e403f543e07f73d498381f9d0772428ee603419a30245133c6a4f0432434ac2bfcbe823162db89645c5fccab53200aabd2e3d10d3a81ecebc3ef07bb16b02af07d5f763ea53daa242548745efc8d0f25b5e", + "latest": "2014.02.06", + "signature": "979bbcdadca1468823c708405dfd21d444cb5939ef56b82fb59a2d48810c5f2597b1585a244b33a17034d6573cc46dd8689bbf3b4a8619a6391fa5c418f0372fe437096ddd6e934d57229222696dfe2d345400c05a604516e79fa47af3da2ee6c7a9271a4e9bcd96c23d9ba1dcf3f1b098183347ac92b12ef3822d2739c94769", "versions": { "2012.02.22": { "bin": [ @@ -3017,6 +3017,20 @@ "https://yt-dl.org/downloads/2014.02.05/youtube-dl-2014.02.05.tar.gz", "b7d3eeaf8e71dd8978c5879fab969d0a29dc61cc83ed52082308088a67e9cb2d" ] + }, + "2014.02.06": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.06/youtube-dl", + "d837a6a102453dff3cd93df6bf8ff3656e9b9b9865e9894da301a36e7762f40e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.06/youtube-dl.exe", + "a904943e9c4f362896a49d946d334667fca43e87fd4d38eb2c8fba605429f95d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz", + "2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647" + ] } } } \ No newline at end of file