From c75740b5dac70778afd0ae229cfcc9c08ab4abe7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 30 Oct 2014 10:18:45 +0100 Subject: [PATCH] release 2014.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 5acf58c5b..f486fbfdc 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.

-

2014.10.29 (sig)

+

2014.10.30 (sig)

- Windows exe (sig - 5d586ec0cc11a2746b09a2d406a22dc604e0db4c412624064d28769f7a2c6d2d)
- Full source + docs + binary tarball (sig - 9332f60c9881bb8cb7a56782941034df5215c74acff8f772fb3ffcdb4e6be0e6) + Windows exe (sig - 40274d13f11b2f4f23df131ae4a716507e5726cd6da50b2ad47ddc6137e4d329)
+ Full source + docs + binary tarball (sig - 7eb032deddcf04f8d61e181d6b184c1d04b56b6e3141f8bfc45bbcd690a388ba)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.10.29/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.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/2014.10.29/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.10.30/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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 5af83b106..6cd8d7b32 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.10.29 \ No newline at end of file +2014.10.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e482e2f3e..fb5c4228b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2014-10-29T23:36:10.503515Z + 2014-10-30T10:18:44.337647Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6155,4 +6155,19 @@ 2014-10-29T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.30 + New version 2014.10.30 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.10.30/ +
+
+ + The youtube-dl maintainers + + 2014-10-30T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 05eacdb66..0f002b62f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.10.29", - "signature": "61051eb62c64a5a786ae87fa147f656a92ea9c2f8d6e0c2dff3c9ee8de738ec08a88d91c1df363d672bf50b13e9e0da93d0f4a6d1dcc9aac54273bec6342e9418a1e7f2d31bedb68035a9015b7a70f19a8265313444dc5c508ea58494cdb33915731926a7501acf625821bc04525875a36672eabd295dd51770131f68cf1a418", + "latest": "2014.10.30", + "signature": "933c86349ff2af34fc258116e9ef7a74a8f7b05566914680283216c6701b6da5258e2b3788704f61c5ed1cde96e04e6588e9bb727ac6dad481f055b15809b3640b8bb61af3f34d2d059fccdb993b67dfda4879f93369bbb01ff80fe9e7588220996c2f0e0d7b4c6aed0e6cd275617833d51a4871b61cb864f6ea98ca5c0da751", "versions": { "2012.02.22": { "bin": [ @@ -5747,6 +5747,20 @@ "https://yt-dl.org/downloads/2014.10.29/youtube-dl-2014.10.29.tar.gz", "9332f60c9881bb8cb7a56782941034df5215c74acff8f772fb3ffcdb4e6be0e6" ] + }, + "2014.10.30": { + "bin": [ + "https://yt-dl.org/downloads/2014.10.30/youtube-dl", + "bea06a1d24d5350daa855497a7bb2ebd1d8a3c45a6c8217f89cdbf7e4c9c6290" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.10.30/youtube-dl.exe", + "40274d13f11b2f4f23df131ae4a716507e5726cd6da50b2ad47ddc6137e4d329" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.10.30/youtube-dl-2014.10.30.tar.gz", + "7eb032deddcf04f8d61e181d6b184c1d04b56b6e3141f8bfc45bbcd690a388ba" + ] } } } \ No newline at end of file