From e7453bd649dd7fbe084d0dd79046ec4393f5b922 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 27 Nov 2014 16:07:17 +0100 Subject: [PATCH] release 2014.11.27 --- 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 db1415a32..63185c35a 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.11.26.4 (sig)

+

2014.11.27 (sig)

- Windows exe (sig - 3ac1ea42e5ea0f6cdb6af0454d73bad14abfc6c9124957aaa71de12849878b73)
- Full source + docs + binary tarball (sig - 17e06da1bcbd3e2e5801ded4a226d9964ef79c642eecfe7e4b03415336c23de8) + Windows exe (sig - e1b3674e04e29a26b444a8f133e00c8746ecbf156071b6ffbc1af69aa48fb01c)
+ Full source + docs + binary tarball (sig - 4a852a97d826561b1d63ee6ca924eb2d1758b5d80baf2b5314cd9629c7a5b22e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.26.4/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.27/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.11.26.4/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.27/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.11.26.4/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.11.27/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 3935a03f2..05cc6e343 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.26.4 \ No newline at end of file +2014.11.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 52cf204ba..0c5594034 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-11-26T23:02:32.302382Z + 2014-11-27T16:07:16.847462Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6545,4 +6545,19 @@ 2014-11-26T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.27 + New version 2014.11.27 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.27/ +
+
+ + The youtube-dl maintainers + + 2014-11-27T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 684772196..ff43278a4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.26.4", - "signature": "9b052c11cf74c7f37145c4fe1747d6c459f5503353df1d8c2fc663ad1e6ef361098d33f83b151150ee155d00b0207c27eb3d2498ba813388b3380f56c3ea7ade0eca342bba30645c7b8e2be482b7c41d0b67ee5a3ae6c061d050f2b3766ea0291202ef30f6c3af9f7a5fae6c9b2ba387e4b83a4c1ee2649adbd338d5c0bd6a6d", + "latest": "2014.11.27", + "signature": "33e73c8baf4693ac68cb64fc13ccf80585ea8af5918ca1accb47a7eea92a7cc7cfad99a98bec0d1329625c8a24054ce2f7f825a960bda47a419b91f6072536281cb7c335e2569980383ae0a8eba7997ad2840067d716547430039d18dd9ab9afc1fa347dbbb4f6dd7565f87524c2018da19adfe870b63fc33529b9204679e66e", "versions": { "2012.02.22": { "bin": [ @@ -6111,6 +6111,20 @@ "https://yt-dl.org/downloads/2014.11.26.4/youtube-dl-2014.11.26.4.tar.gz", "17e06da1bcbd3e2e5801ded4a226d9964ef79c642eecfe7e4b03415336c23de8" ] + }, + "2014.11.27": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.27/youtube-dl", + "f60b3f012bdc0d04cd9987308b83dffb94a42f790db8d82f9efcadddef802d96" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.27/youtube-dl.exe", + "e1b3674e04e29a26b444a8f133e00c8746ecbf156071b6ffbc1af69aa48fb01c" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.27/youtube-dl-2014.11.27.tar.gz", + "4a852a97d826561b1d63ee6ca924eb2d1758b5d80baf2b5314cd9629c7a5b22e" + ] } } } \ No newline at end of file