From 8629db7f2362b8ce3b2c3bff9a7b457fc4fc6df2 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Jun 2014 10:50:31 +0200 Subject: [PATCH] release 2014.06.02 --- 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 9010ab56d..3bb33cd6f 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.05.31.4 (sig)

+

2014.06.02 (sig)

- Windows exe (sig - 5fdb86364c1514a70daaaf1f4c99eb781cddb2dc1053fb61b405fe38cefcc10a)
- Full source + docs + binary tarball (sig - 9eeaf07051a7a0d6dd6f4203249df34358cae2b8ac945a82c95bb83eafba4cb5) + Windows exe (sig - f73a75207470822e5a3a3fd77656299f588eacfff6b545ccecef166f12f50e56)
+ Full source + docs + binary tarball (sig - 6dbb8ed9efed8a5eaf1eee5332dd27fa2b8e77246f3f004b538cf750632e9e16)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.31.4/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.06.02/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.05.31.4/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.06.02/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.05.31.4/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.02/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 a803e7975..858c0dfd7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.31.4 \ No newline at end of file +2014.06.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index be9d59f9a..38de53b9f 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-05-31T20:47:58.954491Z + 2014-06-02T10:50:30.197790Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4730,4 +4730,19 @@ 2014-05-31T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.02 + New version 2014.06.02 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.06.02/ +
+
+ + The youtube-dl maintainers + + 2014-06-02T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6924435b9..dce67903b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.31.4", - "signature": "0ad30593049138df767acab918b4b51f240b5a258f6769859c0d9120d99943baa77680391f56e1fde0be62c39c6c7c1fb2f3eb816976b6bfd0b017492b0ffe73f3a6ab699275fa91ca1184049a627d217cc98fb76348de0f04a2fa0b1ce4ba1ad3abda0b5422c95f187e9c9c577fcb72a8e3f49b585180ec8cc99977e392e7fa", + "latest": "2014.06.02", + "signature": "667295664b10908c8d9176dff8f16f7d8bbec0884c80830073f7a2058221f814076fa606958ce848a97a68f71bf33df9399f15eb8623d5adb158c5566fabaf143c86cc15a5a0c90d219dca8bdc2c9656a9aea878b0ac32371f21f7946f611987050c864bdddeeb1fdd83b9817dc401d37c8a8040f3d636b2c92d2f2ad79ca2bc", "versions": { "2012.02.22": { "bin": [ @@ -4417,6 +4417,20 @@ "https://yt-dl.org/downloads/2014.05.31.4/youtube-dl-2014.05.31.4.tar.gz", "9eeaf07051a7a0d6dd6f4203249df34358cae2b8ac945a82c95bb83eafba4cb5" ] + }, + "2014.06.02": { + "bin": [ + "https://yt-dl.org/downloads/2014.06.02/youtube-dl", + "2fea1cba14beeb7b43fef6ac30cfe81f0691556756a351cf89a0e850ac29fb6a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.06.02/youtube-dl.exe", + "f73a75207470822e5a3a3fd77656299f588eacfff6b545ccecef166f12f50e56" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.06.02/youtube-dl-2014.06.02.tar.gz", + "6dbb8ed9efed8a5eaf1eee5332dd27fa2b8e77246f3f004b538cf750632e9e16" + ] } } } \ No newline at end of file