From b22048e3fc72a37945974d09b2389c6ac92ab8ae Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 15 Sep 2014 15:31:35 +0200 Subject: [PATCH] release 2014.09.15.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 813b8195d..2ac9c7c30 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.09.15 (sig)

+

2014.09.15.1 (sig)

- Windows exe (sig - c66fe97185d6a59010a6b5b1e6d14d4a5b3931c88c88c16fb9b62f45c929efcf)
- Full source + docs + binary tarball (sig - f3434b00587955151c9ed06936580e51172a304f091b5ec37096694cef790a88) + Windows exe (sig - 7bbef7b206e7f60c41d6c4d8b6e2009c786d31b7ad21227fd4826a9cb212b4d6)
+ Full source + docs + binary tarball (sig - 8f3476cde041c96bb8818be2a378aeb802fc3263c9df5336deabdd8194aee10b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.15/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.15.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.09.15/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.15.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.09.15/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.09.15.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 cb64ebccf..cf7309091 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.15 \ No newline at end of file +2014.09.15.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 89c42a5ef..ada0bb3f7 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-09-15T15:16:33.475653Z + 2014-09-15T15:31:34.315512Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5735,4 +5735,19 @@ 2014-09-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.15.1 + New version 2014.09.15.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.09.15.1/ +
+
+ + The youtube-dl maintainers + + 2014-09-15T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fbe5c1f3a..316f5de2e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.15", - "signature": "91ad90ae495b272d47232798af00998c25c7341f523791db6fdf857b442886e511a7b2d2bdc2fb4888288f4617b719ebad8ae53dfa8359d2a1f10d1b31579e473f033da57cd0971b5c1eec63cff83d6f7decb63f510720f066be8ceb390962e86808dd1778f064fe099143d65cd0e8ac88bc0d71e35816f90715e19a4c38afda", + "latest": "2014.09.15.1", + "signature": "405d7a4d17553b18674f966164681fc936ed1142c6c8d872ca27dd62d407b820eb070cd6446a05e409921d191096ac5eab8a1ccd464b04b011e3e469fefc351caa8eda837fe80e7541e420e78c9f52840f06fb8257ba6b1a9c1d5d8afb917aac0fd3f6509127fc3adc1dea0947ae7617b20b18f837debfef016295f1e44c6b0b", "versions": { "2012.02.22": { "bin": [ @@ -5355,6 +5355,20 @@ "https://yt-dl.org/downloads/2014.09.15/youtube-dl-2014.09.15.tar.gz", "f3434b00587955151c9ed06936580e51172a304f091b5ec37096694cef790a88" ] + }, + "2014.09.15.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.15.1/youtube-dl", + "c5d5b2d164741256c857ff847261f2890c53df2c9e90b23f963fe8106087e5a2" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.15.1/youtube-dl.exe", + "7bbef7b206e7f60c41d6c4d8b6e2009c786d31b7ad21227fd4826a9cb212b4d6" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.15.1/youtube-dl-2014.09.15.1.tar.gz", + "8f3476cde041c96bb8818be2a378aeb802fc3263c9df5336deabdd8194aee10b" + ] } } } \ No newline at end of file