From 3081d368bcdad60eec6b586f715970bcfeedd835 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 16 May 2014 12:20:34 +0200 Subject: [PATCH] release 2014.05.16 --- 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 974c386ec..30a0fac36 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.13 (sig)

+

2014.05.16 (sig)

- Windows exe (sig - 3f2fa981b8300274c5beb0cb8aa2fa12b9eb5ec7e9bf2da82d7f1842b386e978)
- Full source + docs + binary tarball (sig - 7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db) + Windows exe (sig - 21af0dba685ee2ab3346d99730c07eaac0676e2fdffb0470c6f74740d0e75622)
+ Full source + docs + binary tarball (sig - 40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.13/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.05.16/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.13/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.05.16/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.13/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.05.16/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 614f74db2..3c3e47462 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.13 \ No newline at end of file +2014.05.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 143db7f7a..b25595cb6 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-13T10:25:10.350678Z + 2014-05-16T12:20:28.000662Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4670,4 +4670,19 @@ 2014-05-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.16 + New version 2014.05.16 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.05.16/ +
+
+ + The youtube-dl maintainers + + 2014-05-16T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7f55a17dd..2b6f79d0d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.13", - "signature": "28bb65be33cdf368fa626ad200fa09328c3a88d582a431897d0faf6688485a8226285b376cf056d4040e975293c97680ade811ff145c793ec3c2e0211141b2ccbea5cabeb44271a908b167cc185124ad34b00f793d8c6c8f3dc6a1c3d75519688ae03ccebd5be0c3622d7c9956f9450a8bd2563c17c5f2b75e935d28ff6fa413", + "latest": "2014.05.16", + "signature": "9c693597f55ef7f4932a4992e83d4b50432828b32719dc69ebbe5fadd17d0c9fb3d4384d901abae183f88a5a65a7168a0f443ada7a1cbcb655ee08a22a4ede0701002e877f9b83cedf17b75c3c3f829be824ff51ad69690c5fefcb9d9fff271b8acc71d5fb4d4060a5469aaac0916e98b97e2947e3b73ad62eaa80018dd2d25f", "versions": { "2012.02.22": { "bin": [ @@ -4361,6 +4361,20 @@ "https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz", "7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db" ] + }, + "2014.05.16": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.16/youtube-dl", + "2393b545567a103a5c5c8c04819bc471d335c0ff4c7fcfae807331d60264a247" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.16/youtube-dl.exe", + "21af0dba685ee2ab3346d99730c07eaac0676e2fdffb0470c6f74740d0e75622" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.16/youtube-dl-2014.05.16.tar.gz", + "40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2" + ] } } } \ No newline at end of file