From 3749d754de9cea8b3641f83e6b941fd939802417 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 22 Jan 2014 14:55:38 +0100 Subject: [PATCH] release 2014.01.22.3 --- 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 69bb602ee..6a56e4619 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.01.22.2 (sig)

+

2014.01.22.3 (sig)

- Windows exe (sig - 40dcdf4780c7d12836544ef455275000e42b3ba20c4553cf7f3cb654fe3d3d5a)
- Full source + docs + binary tarball (sig - d23e3f70117f37b8dec8217f4428f453d42d606b82a1487787a2e2b6d234e8cd) + Windows exe (sig - 295386ae4932f474b02f7c7e79055490baf2ef17e2c5a91989bd30c8f0628e7a)
+ Full source + docs + binary tarball (sig - 790694ab5dd39612079cc913dd5ee01972e8b587d0dd3ac0f2fcfdbc58e80ed0)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.22.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.22.3/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.01.22.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.22.3/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/2014.01.22.2/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.01.22.3/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 c237a4aba..3dbb76f13 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.22.2 \ No newline at end of file +2014.01.22.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 32978ab51..3bc4fdfe5 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-01-22T14:36:46.262145Z + 2014-01-22T14:55:37.946294Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2915,4 +2915,19 @@ 2014-01-22T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.3 + New version 2014.01.22.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.22.3/ +
+
+ + The youtube-dl maintainers + + 2014-01-22T00:00:03Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6870121eb..8851886aa 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.22.2", - "signature": "872c6e71d12c11e0d901250428a2958872e4bc1fadd33ead58d39265e975cb70751b94459d56ddd76207119dc77e460b2d0c5eafdd98f9f9b69e6ae2ffb82ab4ccde9d98fc32d2b91fc3d4cdeef40bb9e60580a10be0135517d6992195f3eab66dc0f935b52dd7f9307c162e0fb0b877c0710b13ea3b94f9d1b6b49bf333dae9", + "latest": "2014.01.22.3", + "signature": "225f7d50fd6ff19c7d6067cfc2717ff3c22538783eb8fda88a66382b5cc28158b633f5db88858065e61230e72982fb859e04312bfb260a443eedbd7fe3eb5914122f34106caf753b0d3d52add68ace634f61bad54820176dc5ac3176b5af5d4df06a81e583e43ece539ee428a49c12830fa6cb0f4e92d202e53b152bdfa5f1db", "versions": { "2012.02.22": { "bin": [ @@ -2723,6 +2723,20 @@ "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl-2014.01.22.2.tar.gz", "d23e3f70117f37b8dec8217f4428f453d42d606b82a1487787a2e2b6d234e8cd" ] + }, + "2014.01.22.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl", + "ab25d7b94b84b0826d95685242daf1883d18dfcdcafacc0a2651ef672557a01e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl.exe", + "295386ae4932f474b02f7c7e79055490baf2ef17e2c5a91989bd30c8f0628e7a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl-2014.01.22.3.tar.gz", + "790694ab5dd39612079cc913dd5ee01972e8b587d0dd3ac0f2fcfdbc58e80ed0" + ] } } } \ No newline at end of file