From 5ceedab0e87e2b712036dfee3642900128128a17 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 13 Oct 2014 10:20:12 +0200 Subject: [PATCH] release 2014.10.13 --- 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 beae3d2d8..a17d322f4 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.12 (sig)

+

2014.10.13 (sig)

- Windows exe (sig - f5d884f783027d3613c6f53712192b398138f70c172d1b2b3770e91c5349dad0)
- Full source + docs + binary tarball (sig - e39b60990138ffb6cb2cdf50d017f2f18ba1c8b5635d5bfc389e246dd331128c) + Windows exe (sig - 9ab059e37657f7e9cdd781d3e9f504da08ec722ffaa91fd26141fa94b0588fdf)
+ Full source + docs + binary tarball (sig - 4d36a051f4cd727c02f20ed05b61d9a7aa087a5c06ddeb3d6bc34faca16e6c5b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.10.12/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.10.13/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.12/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.10.13/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.12/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.13/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 3e339c83c..7d21119ee 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.10.12 \ No newline at end of file +2014.10.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 732c51542..526fe7039 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-12T22:31:07.164673Z + 2014-10-13T10:20:09.255721Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5990,4 +5990,19 @@ 2014-10-12T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.13 + New version 2014.10.13 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.10.13/ +
+
+ + The youtube-dl maintainers + + 2014-10-13T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f69d8fde3..083b61160 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.10.12", - "signature": "6366bb28f1ebc77b5ecdcdee40de31883681b6bb4bbd872404f761441a10244aa09c220762e0c03ff06622c23c467186b315d4912dcf590914581515d9e4b1c7f743ce9ae5d2af465da167533a7468eb8981737273fc56ff620af7a03dbfa7b720186b220d7a1fdcf1f0c41269f2c4068d88309ec418fb0ef1aefc59ebcb91a4", + "latest": "2014.10.13", + "signature": "3b5cfcaecb824adac4984dae8509c75e908fc5014cc7a18b38b7b5eb988bcbf8d527df9e07caa0d55c9c50dc39bf4f8b0ca78733acd41c3699e8fad20845ca8afc8c4e0b86e229a923e2431d941093165bdf8f486617e6706a214f91ca67dd23afda0b75ef20ad99592dc0efb0f53fb92e6716eb8c4571ece801788f54851177", "versions": { "2012.02.22": { "bin": [ @@ -5593,6 +5593,20 @@ "https://yt-dl.org/downloads/2014.10.12/youtube-dl-2014.10.12.tar.gz", "e39b60990138ffb6cb2cdf50d017f2f18ba1c8b5635d5bfc389e246dd331128c" ] + }, + "2014.10.13": { + "bin": [ + "https://yt-dl.org/downloads/2014.10.13/youtube-dl", + "f5d2e4d3a52f9ed5b3cb9aa973c907f44cab6ad737fa8bd967428f5bdd7355cd" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.10.13/youtube-dl.exe", + "9ab059e37657f7e9cdd781d3e9f504da08ec722ffaa91fd26141fa94b0588fdf" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.10.13/youtube-dl-2014.10.13.tar.gz", + "4d36a051f4cd727c02f20ed05b61d9a7aa087a5c06ddeb3d6bc34faca16e6c5b" + ] } } } \ No newline at end of file