From 2a403b5d4fa1512de20d4d0625b771fcb068ea04 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 21 Mar 2014 00:44:35 +0100 Subject: [PATCH] release 2014.03.21 --- 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 8cc3d269a..faf47c7a0 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.03.20 (sig)

+

2014.03.21 (sig)

- Windows exe (sig - 89d14905a596e3e430932945d5e33911a295cf449527d3e8d0e83210832bb2ca)
- Full source + docs + binary tarball (sig - 9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277) + Windows exe (sig - ef0e1a5ce8f8f7d1dcf07e19796062faee6fcf67a3566cfd97d3f0f55f25170e)
+ Full source + docs + binary tarball (sig - 9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.20/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.21/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.03.20/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.21/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.03.20/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.03.21/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 76522aea5..c62114358 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.20 \ No newline at end of file +2014.03.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 92fe3bb2f..069a0ed93 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-03-20T16:38:40.694410Z + 2014-03-21T00:44:33.915288Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3785,4 +3785,19 @@ 2014-03-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21 + New version 2014.03.21 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.03.21/ +
+
+ + The youtube-dl maintainers + + 2014-03-21T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 09132c12b..62570942c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.20", - "signature": "08734e057fdda3a1e03b53681722c244767384d78772da483c313f52d5d840d7dda005fd8a8fcb818c20b53d5622ad84dc53027b10d1a6fd11b2000f27407f319f6d58b22bfd8108532e6ebb2ad928b411289db7436b6e9f4389c8c893d846309a66d4559c46129ee53331bac7f3655518b2ba372677a72df0ce7e10f10cf521", + "latest": "2014.03.21", + "signature": "2c36ed0d64a9eee964fc0de6a58c10879be38b640ab2b0721b780396e1c45d9ab4979f07725587f1a75a353ecd14d8b84889fa8b5ced64cddf962946bead9d2d1a11b4eee68c9b7279b8c7c81d417332d34de80058d42f3d09613a9c7d961bd1ef90416bafe621bf2c5156e63553f8f16ed972c34f1ca92961eb21018681fec7", "versions": { "2012.02.22": { "bin": [ @@ -3535,6 +3535,20 @@ "https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz", "9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277" ] + }, + "2014.03.21": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.21/youtube-dl", + "1c6f4b923684aca731fd37436fd8efe9e19699ee6c3cd51d0da3bf1b882e3c56" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe", + "ef0e1a5ce8f8f7d1dcf07e19796062faee6fcf67a3566cfd97d3f0f55f25170e" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz", + "9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e" + ] } } } \ No newline at end of file