From c817e2468904605f2c991f00ae587c6336507c4e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Dec 2013 04:33:44 +0100 Subject: [PATCH] release 2013.12.23.2 --- 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 7104ec4d5..65b589fda 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.1 (sig)

+

2013.12.23.2 (sig)

- Windows exe (sig - 76ea1f1bc7e64d098ede02aa60dca23c3fbff066f8a32cf25311302f10e45f63)
- Full source + docs + binary tarball (sig - 5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e) + Windows exe (sig - 44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203)
+ Full source + docs + binary tarball (sig - f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.23.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.23.2/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.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.23.2/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.1/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.2/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 ece41ed62..fe0126d38 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.23.1 \ No newline at end of file +2013.12.23.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0ec9f5e36..b9c3490ef 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-23T04:22:40.946090 + 2013-12-23T04:33:42.201884 youtube-dl-2012.02.22 @@ -2524,4 +2524,19 @@ 2013-12-23-1 + + youtube-dl-2013.12.23.2 + New version 2013.12.23.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.12.23.2/ +
+
+ + The youtube-dl maintainers + + 2013-12-23-2 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e8ed93fd9..9e480deac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.23.1", - "signature": "67df858b11b19a01bab8f286cf09500dd4825321566d855767a610e1f73e74a284638d14458eecdcc548b3823bd06d064ac752271a200fbd961043e9cbd8c4a5344edba512cb6e91d821d75f4b9a15c75d06856bbea54b0265687e7cae546d129fbd8179fc9f373cc6e78e417ad80d2de2a9b7f65c5ad25ad648da20d88893a6", + "latest": "2013.12.23.2", + "signature": "7e94768960837143104654f0cb201bb4611ecccf5bd8cc86d7bfa640a3f97a1400165c5ef064c49b8ef07d8fe3aa413a48d719f20176f35d57c29cf6312c20c86f329fad97d4b7f8f94cc41e5ce3fa43f9dd204f6a4f16c3a5f8526e835bcb96016fdf8c4e6514f516798e78bbcee24b946f8c069458206e80e577667e7b9df7", "versions": { "2012.02.22": { "bin": [ @@ -2359,6 +2359,20 @@ "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl-2013.12.23.1.tar.gz", "5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e" ] + }, + "2013.12.23.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl", + "303990cd53a363d93c49bb509e2c668c56859984809f794bf74567f83523ceea" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.exe", + "44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz", + "f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe" + ] } } } \ No newline at end of file