From d952e4ca0069e7f6f838d58203a08f22557f6a96 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Dec 2013 04:46:57 +0100 Subject: [PATCH] release 2013.12.23.3 --- 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 65b589fda..1689fdf25 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.

-

2013.12.23.2 (sig)

+

2013.12.23.3 (sig)

- Windows exe (sig - 44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203)
- Full source + docs + binary tarball (sig - f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe) + Windows exe (sig - b380248791904be49147c01542e11d27c3a1602596358c14e57e8c84d57f870f)
+ Full source + docs + binary tarball (sig - f34ecdee736d0d5574583f337e32b8fe8fe71efe93f5a664db2e92c699cdf015)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.23.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.23.3/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/2013.12.23.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.23.3/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/2013.12.23.2/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/2013.12.23.3/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 fe0126d38..09bd437dc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.23.2 \ No newline at end of file +2013.12.23.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b9c3490ef..542c7e060 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-23T04:33:42.201884 + 2013-12-23T04:46:55.854697 youtube-dl-2012.02.22 @@ -2539,4 +2539,19 @@ 2013-12-23-2 + + youtube-dl-2013.12.23.3 + New version 2013.12.23.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.12.23.3/ +
+
+ + The youtube-dl maintainers + + 2013-12-23-3 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9e480deac..cec185c6b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.23.2", - "signature": "7e94768960837143104654f0cb201bb4611ecccf5bd8cc86d7bfa640a3f97a1400165c5ef064c49b8ef07d8fe3aa413a48d719f20176f35d57c29cf6312c20c86f329fad97d4b7f8f94cc41e5ce3fa43f9dd204f6a4f16c3a5f8526e835bcb96016fdf8c4e6514f516798e78bbcee24b946f8c069458206e80e577667e7b9df7", + "latest": "2013.12.23.3", + "signature": "20849fe98440ce5a8a99052dbef8ccf97e7b41d4a5ec16144fadb50024c1bc9e7a4472ed2660a01184baf7ebbe4a9872583d7fc28034386baf0f3120ccdda670544542f823a44867d3be592ce67408a0294f5e18c0baebec1b0712ad50649672d4794099550779a73f8bebcc5fb40f7f61bd492705f65c7edd22f6cf8a5d797a", "versions": { "2012.02.22": { "bin": [ @@ -2373,6 +2373,20 @@ "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz", "f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe" ] + }, + "2013.12.23.3": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl", + "1009fd65d1af3730b3a7e435f5827c3c7f89b5660c628c3aa3bc1986f168f646" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl.exe", + "b380248791904be49147c01542e11d27c3a1602596358c14e57e8c84d57f870f" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl-2013.12.23.3.tar.gz", + "f34ecdee736d0d5574583f337e32b8fe8fe71efe93f5a664db2e92c699cdf015" + ] } } } \ No newline at end of file