From c837fc59b86867a32a47e06f3aa2b034c2a7bb93 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 15 Sep 2014 15:16:34 +0200 Subject: [PATCH] release 2014.09.15 --- 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 95251d6c2..813b8195d 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.14.3 (sig)

+

2014.09.15 (sig)

- Windows exe (sig - ad4b104d4b965296aec74505c598b0640ab2d702261223517d33447e25841f6a)
- Full source + docs + binary tarball (sig - 4859fd4dc9b1c6dbac277cb379420056cccf01fca6c1d85dab92f6347942f46b) + Windows exe (sig - c66fe97185d6a59010a6b5b1e6d14d4a5b3931c88c88c16fb9b62f45c929efcf)
+ Full source + docs + binary tarball (sig - f3434b00587955151c9ed06936580e51172a304f091b5ec37096694cef790a88)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.14.3/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.15/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.14.3/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.15/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.14.3/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/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 4c2b749e5..cb64ebccf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.14.3 \ No newline at end of file +2014.09.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5dcecd539..89c42a5ef 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-14T16:56:03.874527Z + 2014-09-15T15:16:33.475653Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5720,4 +5720,19 @@ 2014-09-14T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.15 + New version 2014.09.15 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.09.15/ +
+
+ + The youtube-dl maintainers + + 2014-09-15T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 02a9a8bfe..fbe5c1f3a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.14.3", - "signature": "32087a2012512827cbe7d9647c7560930cccf25ae8d91a84e115eb10987a7ca219653c1d1ef452721ff3ecc0d49a59c914db3d6b1eb6c88a73120989f54fc7be2bc544a4d003150327edea80cf83dfe32c897a67587604dab833f329af6c2b185a4af16f1254211b92b0886af8e8e2ce2c38003dd706cd02e5c2bf844fb42b25", + "latest": "2014.09.15", + "signature": "91ad90ae495b272d47232798af00998c25c7341f523791db6fdf857b442886e511a7b2d2bdc2fb4888288f4617b719ebad8ae53dfa8359d2a1f10d1b31579e473f033da57cd0971b5c1eec63cff83d6f7decb63f510720f066be8ceb390962e86808dd1778f064fe099143d65cd0e8ac88bc0d71e35816f90715e19a4c38afda", "versions": { "2012.02.22": { "bin": [ @@ -5341,6 +5341,20 @@ "https://yt-dl.org/downloads/2014.09.14.3/youtube-dl-2014.09.14.3.tar.gz", "4859fd4dc9b1c6dbac277cb379420056cccf01fca6c1d85dab92f6347942f46b" ] + }, + "2014.09.15": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.15/youtube-dl", + "aeaf40d5b32185a90f5c609d2ee696a6c175afd594404ed89077d2295604f55d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.15/youtube-dl.exe", + "c66fe97185d6a59010a6b5b1e6d14d4a5b3931c88c88c16fb9b62f45c929efcf" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.15/youtube-dl-2014.09.15.tar.gz", + "f3434b00587955151c9ed06936580e51172a304f091b5ec37096694cef790a88" + ] } } } \ No newline at end of file