From 998e24adc9688abfcfd6a0f536fb8f2179d990cd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 8 Dec 2013 07:35:56 +0100 Subject: [PATCH] release 2013.12.08.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 12ee3e98b..da70241e6 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.08 (sig)

+

2013.12.08.1 (sig)

- Windows exe (sig - 04f8a19ddfc67c8899fda6e16007fe6530d57accab86aa9289f3ac0d4e0b48a3)
- Full source + docs + binary tarball (sig - cdf41b0fd993ee2650df751a2987b05a316e9389b293b8a22adcaa54152b90f3) + Windows exe (sig - a13833a11f03b0fc0192ebaae18040f21715e9a603ca37617c51f795a4817bc3)
+ Full source + docs + binary tarball (sig - 5841aefe6284de663f0231ff2f4400d4c69267cac447d14a73b49bb91c600d6b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.08/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.08.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.08/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.08.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.08/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.08.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 4be503364..639f0bada 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.08 \ No newline at end of file +2013.12.08.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 02ed342ec..3e894cf30 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-08T06:59:02.719898 + 2013-12-08T07:35:54.767726 youtube-dl-2012.02.22 @@ -2194,4 +2194,19 @@ 2013-12-08 + + youtube-dl-2013.12.08.1 + New version 2013.12.08.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.12.08.1/ +
+
+ + The youtube-dl maintainers + + 2013-12-08-1 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0687ffbd4..4f88c92e5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.08", - "signature": "118569b3d3bfd2137b4703e2c86470642c0f3cbec1607ce8ab89b752154c9002a55e9c479e2f1bb1c01cf043478c6e03f106070bc43ee27234227dd242cec7656688595f445477f3fff13877cc15ba67cf76e50a86a42b513525787ae40749dac3da7465db3316f44b77b27b4d0a77459d5a2acb7629871f2d759b97f907622d", + "latest": "2013.12.08.1", + "signature": "7897ec1416d59638bb9ca3ddfe0b9608acf963f9a2d1387f9810588e8b7f8070a07c66a2c771316c3666449f247b14f2947f72b3385e822d680dc874de4bc05156b0fff9ccc54e20231d6fd4372ef1f4d32b98f7e9770fa00110e5312da823405dbc3588fb332e47fcc10a8fa006fc6076ee5b6b9730118744e5324f454f3030", "versions": { "2012.02.22": { "bin": [ @@ -2051,6 +2051,20 @@ "https://yt-dl.org/downloads/2013.12.08/youtube-dl-2013.12.08.tar.gz", "cdf41b0fd993ee2650df751a2987b05a316e9389b293b8a22adcaa54152b90f3" ] + }, + "2013.12.08.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl", + "8066c96dcea78ba41aee30c5be58c1700e4f10fd4a703ac2f4d4ece5e0b09384" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl.exe", + "a13833a11f03b0fc0192ebaae18040f21715e9a603ca37617c51f795a4817bc3" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl-2013.12.08.1.tar.gz", + "5841aefe6284de663f0231ff2f4400d4c69267cac447d14a73b49bb91c600d6b" + ] } } } \ No newline at end of file