From e2d49a0b9376b1b9d148c4a156ced8dfa795a057 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 30 Oct 2013 01:18:58 +0100 Subject: [PATCH] release 2013.10.30 --- 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 9652a7108..bbda5ad39 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.10.29 (sig)

+

2013.10.30 (sig)

- Windows exe (sig - 34569c4636952e3eb436f14ab10df7c9fba7a47532d467a4778402e68f82e170)
- Full source + docs + binary tarball (sig - dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6) + Windows exe (sig - 9703ec1ddb2ad065e21076b188a5b576923937a03a06c1c125bfa6c9329b70f6)
+ Full source + docs + binary tarball (sig - 54dd4293975a69c46fadf2948de9226b79a0b524884ef23e96daab307dea792d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.29/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.10.30/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.10.29/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.10.30/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.10.29/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.10.30/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 10bab70ec..6a31a1232 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.29 \ No newline at end of file +2013.10.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dea87b68c..80e831eee 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-29T06:50:44.775619 + 2013-10-30T01:18:57.796654 youtube-dl-2012.02.22 @@ -1684,6 +1684,21 @@ 2013-10-29 + + youtube-dl-2013.10.30 + New version 2013.10.30 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.10.30/ +
+
+ + The youtube-dl maintainers + + 2013-10-30 +
+ youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index f9859c8fb..3ea713537 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.29", - "signature": "6d9755205d22c59513ed7087f25c013bf4c49eb1787ff09fa800a76971ffee559973d26a1dd57a3faa2a6a5caff773de4c42bf58b9f09d7b926afe26a3262b83b157bbab8984395e741133de7d115fb6c6dc6547385605f1c1238e96d06389b940a0da0548ea22d766183054219a3ebe06ef00ca533af6da5dfdd81958c2bbc9", + "latest": "2013.10.30", + "signature": "040638ebebc956e0c85603674378bbcb38c9f3f104c08dc9e04f37bc1165454e166cb3307ddec0474672bbcb577767142e22ba7b41f95ba2a7459efc003845f9411c6a1563322983984718c2126c5f1c12be1ccd73495be80df2d308f116603972172e6e938b08067ad742978c198f482c3a0730174bb6541254c7a14f397561", "versions": { "2012.02.22": { "bin": [ @@ -1576,6 +1576,20 @@ "dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6" ] }, + "2013.10.30": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.30/youtube-dl", + "fc8d2dd33a267b8a9ee751f2feab11888462fc2ccf3b5a8a0f15db62e8bb45fe" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.30/youtube-dl.exe", + "9703ec1ddb2ad065e21076b188a5b576923937a03a06c1c125bfa6c9329b70f6" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.30/youtube-dl-2013.10.30.tar.gz", + "54dd4293975a69c46fadf2948de9226b79a0b524884ef23e96daab307dea792d" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",