From 864a09fff0c534f74440248f441b8056133ededa Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 4 Jun 2014 06:52:39 +0200 Subject: [PATCH] release 2014.06.04 --- 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 3bb33cd6f..a3429f8bc 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.06.02 (sig)

+

2014.06.04 (sig)

- Windows exe (sig - f73a75207470822e5a3a3fd77656299f588eacfff6b545ccecef166f12f50e56)
- Full source + docs + binary tarball (sig - 6dbb8ed9efed8a5eaf1eee5332dd27fa2b8e77246f3f004b538cf750632e9e16) + Windows exe (sig - 46820c5ddc4988ebec0d922a7eb6ded8bb39b5c917946429eda322e388a14be3)
+ Full source + docs + binary tarball (sig - d2842193436d43e1ddac9e7ef8b3d71ddaf4e893150b0a4c3b40da326f7f1d6a)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.06.02/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.06.04/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.06.02/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.06.04/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.06.02/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.06.04/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 858c0dfd7..67131fa7d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.06.02 \ No newline at end of file +2014.06.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 38de53b9f..a89fabf67 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-06-02T10:50:30.197790Z + 2014-06-04T06:52:37.125946Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4745,4 +4745,19 @@ 2014-06-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.04 + New version 2014.06.04 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.06.04/ +
+
+ + The youtube-dl maintainers + + 2014-06-04T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dce67903b..2a7f7a6f5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.06.02", - "signature": "667295664b10908c8d9176dff8f16f7d8bbec0884c80830073f7a2058221f814076fa606958ce848a97a68f71bf33df9399f15eb8623d5adb158c5566fabaf143c86cc15a5a0c90d219dca8bdc2c9656a9aea878b0ac32371f21f7946f611987050c864bdddeeb1fdd83b9817dc401d37c8a8040f3d636b2c92d2f2ad79ca2bc", + "latest": "2014.06.04", + "signature": "3bee0d9ec708093d7c36c62ebf2ed0f2db11de3ef4ad462590d691cad18f23cf10227712c27201a70b55289aab091faee013419cdd169a2efda284d6513736a60ad4d7294b27a4d16902a29573b842e1186d033ab52ab6f438058a76415214f19fcf2da57fbf144bba56c6ab3a2331be7e93bfeedbd6ec12235155cf17a2e1d7", "versions": { "2012.02.22": { "bin": [ @@ -4431,6 +4431,20 @@ "https://yt-dl.org/downloads/2014.06.02/youtube-dl-2014.06.02.tar.gz", "6dbb8ed9efed8a5eaf1eee5332dd27fa2b8e77246f3f004b538cf750632e9e16" ] + }, + "2014.06.04": { + "bin": [ + "https://yt-dl.org/downloads/2014.06.04/youtube-dl", + "3ca4a63ead612f99a37638513e289bcc6754f4a499fcf299c87ee968c34ec292" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.06.04/youtube-dl.exe", + "46820c5ddc4988ebec0d922a7eb6ded8bb39b5c917946429eda322e388a14be3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.06.04/youtube-dl-2014.06.04.tar.gz", + "d2842193436d43e1ddac9e7ef8b3d71ddaf4e893150b0a4c3b40da326f7f1d6a" + ] } } } \ No newline at end of file