From 996790ebf8921e3e2d87dd0f6c4b81421ecb1957 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 4 May 2015 15:16:16 +0200 Subject: [PATCH] release 2015.05.04 --- 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 40cefbdcd..bee38b003 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.05.03 (sig)

+

2015.05.04 (sig)

- Windows exe (sig - e764127da9006752308044dd1851abc50a711ee3e7f9a6d8ddaa9ca3a3273d22)
- Full source + docs + binary tarball (sig - 9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32) + Windows exe (sig - 672a9d03d64491bac5e9d7d1b8700b7db79f538b5f8e7aa652104f09ed51bacb)
+ Full source + docs + binary tarball (sig - 3ebafe6257bfd8a9feb1e16f44c92258b038de07e8754560f05bd9909f9e113b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.05.03/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.05.04/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/2015.05.03/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.05.04/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/2015.05.03/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/2015.05.04/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 196bf930c..40835aa52 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.05.03 \ No newline at end of file +2015.05.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d89b700cd..81d3ffa1b 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 - 2015-05-03T22:44:45.759902Z + 2015-05-04T15:16:14.914847Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8180,4 +8180,19 @@ 2015-05-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.04 + New version 2015.05.04 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.05.04/ +
+
+ + The youtube-dl maintainers + + 2015-05-04T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 92c6d3b48..efb8fb60d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.05.03", - "signature": "016520ea724df73d05b220d1d5d9a0cdfcc32e04484e04bb46c4a9eab4c3cb04ce081d1bd70031bbaea8d93a3fb0a5334a50300d9d93fce08335c8170a82fbfb14aebef46e228d397e185cffd6c53e64f0f098115b4e95ecaaf9312941d3a7e2940dd76dcd23203d28e5777aa6e198cb42e05b014b48a20a0da7aedee0e4822e", + "latest": "2015.05.04", + "signature": "539c01256ed3fd4da3881a781c0eb1b321bcd88cf48fe386f40995b0a9fdfe034228ecd3f9088e0f5de0f2fbdc44f8d30065e7c2eb3ed770d94ed0150305d5318002bb0354b8ad172aec64a80b18c4f582556bb34c7a5082fd04f932cf513b1f380e601b43b2e75d11cbbf29a36e676a60933452a7eeea1bfc9b061d292a46d0", "versions": { "2012.02.22": { "bin": [ @@ -7637,6 +7637,20 @@ "https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz", "9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32" ] + }, + "2015.05.04": { + "bin": [ + "https://yt-dl.org/downloads/2015.05.04/youtube-dl", + "af7840079063c168fe31ba0b0b1b1f00055a4958b66012892f18207747694811" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.05.04/youtube-dl.exe", + "672a9d03d64491bac5e9d7d1b8700b7db79f538b5f8e7aa652104f09ed51bacb" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.05.04/youtube-dl-2015.05.04.tar.gz", + "3ebafe6257bfd8a9feb1e16f44c92258b038de07e8754560f05bd9909f9e113b" + ] } } } \ No newline at end of file