From bfacf9503c6dece688cdea35574fcecf5c99fcfa Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Dec 2013 04:22:43 +0100 Subject: [PATCH] release 2013.12.23.1 --- 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 d4e77c063..7104ec4d5 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 (sig)

+

2013.12.23.1 (sig)

- Windows exe (sig - d29e019eb72032c995cee3aa27f66be320b37222ecb3391beb449afd6312b93d)
- Full source + docs + binary tarball (sig - 5558b4568289a4e845b40411ef2ce69322d34068116845da055e314c9ea3a4ba) + Windows exe (sig - 76ea1f1bc7e64d098ede02aa60dca23c3fbff066f8a32cf25311302f10e45f63)
+ Full source + docs + binary tarball (sig - 5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.23/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.23.1/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/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.23.1/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/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.1/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 dd5b58884..ece41ed62 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.23 \ No newline at end of file +2013.12.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c862c68d6..0ec9f5e36 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-23T03:49:02.137404 + 2013-12-23T04:22:40.946090 youtube-dl-2012.02.22 @@ -2509,4 +2509,19 @@ 2013-12-23 + + youtube-dl-2013.12.23.1 + New version 2013.12.23.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.12.23.1/ +
+
+ + The youtube-dl maintainers + + 2013-12-23-1 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b4b3fe494..e8ed93fd9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.23", - "signature": "0426a222bc9fabda4767f8686874f9a428a2e1e9cd0e1a9d0e08094a8854a552b3ad72d0fb6b63f607e6dc7c9f46bddafed7226bc6b09de9285e635ce00b4a69384d921c7458f1509a29a70f493c1d57864dbbc42e2a6323ba787c550f39f17db206ac637260f6b219c38979de4e145b6bc35363613405d742603786831d0084", + "latest": "2013.12.23.1", + "signature": "67df858b11b19a01bab8f286cf09500dd4825321566d855767a610e1f73e74a284638d14458eecdcc548b3823bd06d064ac752271a200fbd961043e9cbd8c4a5344edba512cb6e91d821d75f4b9a15c75d06856bbea54b0265687e7cae546d129fbd8179fc9f373cc6e78e417ad80d2de2a9b7f65c5ad25ad648da20d88893a6", "versions": { "2012.02.22": { "bin": [ @@ -2345,6 +2345,20 @@ "https://yt-dl.org/downloads/2013.12.23/youtube-dl-2013.12.23.tar.gz", "5558b4568289a4e845b40411ef2ce69322d34068116845da055e314c9ea3a4ba" ] + }, + "2013.12.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl", + "1f1fa9afb24b73bc4d26242d82f30f9da37b0d47b70822275158534f44625bdc" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl.exe", + "76ea1f1bc7e64d098ede02aa60dca23c3fbff066f8a32cf25311302f10e45f63" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl-2013.12.23.1.tar.gz", + "5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e" + ] } } } \ No newline at end of file