From 3f0efb919a1cf90b9e9a5db9d287d0a35f1215c3 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 11 Dec 2013 09:28:50 +0100 Subject: [PATCH] release 2013.12.11.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 54a3cc7b3..992862be8 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.11.1 (sig)

+

2013.12.11.2 (sig)

- Windows exe (sig - 74c638cab2a23a412086bf94787eb1520176317d2b8560259052874003a31036)
- Full source + docs + binary tarball (sig - e43353e84e46335c81d45b06e8df68cc8cc94ab47978096d1fbe98faf006c763) + Windows exe (sig - 98b5b42cabe57e00ffee7f785db36ad5aaf949aba8f00af4839589029188e919)
+ Full source + docs + binary tarball (sig - 785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.11.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.11.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.11.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.11.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.11.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.11.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 22e38c26c..ba7899ad1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.11.1 \ No newline at end of file +2013.12.11.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bcdeac078..6569920e5 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-11T08:59:00.117852 + 2013-12-11T09:28:48.376090 youtube-dl-2012.02.22 @@ -2314,4 +2314,19 @@ 2013-12-11-1 + + youtube-dl-2013.12.11.2 + New version 2013.12.11.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.12.11.2/ +
+
+ + The youtube-dl maintainers + + 2013-12-11-2 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4abed18f8..b0acdaf06 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.11.1", - "signature": "7915ba4aafc5ac2554ec53634598986c47b6a8d4bdfd1ff80578a8c8ea468e0f7c7c2491c14d58a2b42443c1d698b24c78232885e30ad3788c4ff11b89c221113b760da5ab3ad75913ebe1b83e0b6a3370e6c8664a91011db4a434361b7eb18ee6fbd2bfd59d2960a0b31abf45c9fd20fcea1d84531c8129b2d9c0f37d2055b0", + "latest": "2013.12.11.2", + "signature": "1a2dae06ad237d1c7fda76feeaa977117b52970e5de4c1a1584d473564e28042bb66aa9ed0388d2343b93957899d75047b4cb98f42fd711ef5dec697370e4f0000732767c08c5514934fa31177da25eec7370ee070a34559256ccd66d90c622cf4546735ff59eb1f76abf132a6a0c75921a97bffc320cb1b009b5760e42d6c4c", "versions": { "2012.02.22": { "bin": [ @@ -2163,6 +2163,20 @@ "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl-2013.12.11.1.tar.gz", "e43353e84e46335c81d45b06e8df68cc8cc94ab47978096d1fbe98faf006c763" ] + }, + "2013.12.11.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl", + "d2c5acc06cfed3b13bd76233cf6dd0a4fc97d916f22fed1b51815428a1c558c6" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl.exe", + "98b5b42cabe57e00ffee7f785db36ad5aaf949aba8f00af4839589029188e919" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz", + "785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab" + ] } } } \ No newline at end of file