From 71bd78a193ce0def7a94f2e006fc53d09228d3df Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 23 Jul 2014 01:33:40 +0200 Subject: [PATCH] release 2014.07.23.1 --- 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 45ecfb6b8..5e2954d04 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.07.23 (sig)

+

2014.07.23.1 (sig)

- Windows exe (sig - ac742db3249896e4686058f9e722b17d13733db25f6652a601d7ab9da46d9def)
- Full source + docs + binary tarball (sig - a95741b02ea84204420f944e73bb7a70491babddfda057459f0e659aec3bf175) + Windows exe (sig - fd66024dd096ada0721ebc56677e7859611f24451d83c7b3f34dd10f5a3ec9a3)
+ Full source + docs + binary tarball (sig - 8854b31e3cb10176e3284206ef96d56b2bc647f99a970953198340a094965d4a)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.23/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.23.1/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.07.23/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.23.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.07.23/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.07.23.1/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 ece02e470..aed7a4b21 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.23 \ No newline at end of file +2014.07.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e1e366e90..58d5155d4 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-07-23T01:21:47.245282Z + 2014-07-23T01:33:39.191127Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5045,4 +5045,19 @@ 2014-07-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.23.1 + New version 2014.07.23.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.07.23.1/ +
+
+ + The youtube-dl maintainers + + 2014-07-23T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 287eb50cf..425a67a4d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.23", - "signature": "1f7ab871cd3f5285f5524e1a4cff60143e9d4f2f3b760f84fab3fb6e89b4bd6554b3208df8389959c9f239d6a500d2c39c778398e9bc07c70a1103339ab22e184950e1fe4ce2be51dcb85de51858316f6ffc28966ca4dbc13be6fccc19d0fc70a13029bb9be2710502f7231edefd5faee97a2f36b5b1f33ca496f878b5d69598", + "latest": "2014.07.23.1", + "signature": "3eaaaec903004572617a8f0985159ae9c556708d0ce024fd98eb72ac1c246af72198a03caa9c06d08e997bbf787c8e89d2fe143f37c0272a0fce9ab0d25e0ac9e5fafb9d85bcf037d9a9d90d87d9d4326a4d9c148251ea99190bef3dd1055087fe604826a527a3c5f47e607b6adcffe46956254ebbe22b42fc8c21e87090bb8a", "versions": { "2012.02.22": { "bin": [ @@ -4711,6 +4711,20 @@ "https://yt-dl.org/downloads/2014.07.23/youtube-dl-2014.07.23.tar.gz", "a95741b02ea84204420f944e73bb7a70491babddfda057459f0e659aec3bf175" ] + }, + "2014.07.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.23.1/youtube-dl", + "eeb1e92ecfb0ac626041ca0a51dc19997508820a4a4a0361ab3c9a149969b27c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.23.1/youtube-dl.exe", + "fd66024dd096ada0721ebc56677e7859611f24451d83c7b3f34dd10f5a3ec9a3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.23.1/youtube-dl-2014.07.23.1.tar.gz", + "8854b31e3cb10176e3284206ef96d56b2bc647f99a970953198340a094965d4a" + ] } } } \ No newline at end of file