From ff764dd711b7a81be139787a0123ab34df003bf5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 20 Nov 2014 08:59:58 +0100 Subject: [PATCH] release 2014.11.20 --- 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 149f0981a..5aa0b0797 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.16 (sig)

+

2014.11.20 (sig)

- Windows exe (sig - 7193a3f8a5303683d71573e1e8a6ebd647dc48cc41609ad01d799efba3ff19d9)
- Full source + docs + binary tarball (sig - 78f0e7e4edbae25d12d6a9964b23c61cc9fa8fc7f02d0371e985465e7f2b1244) + Windows exe (sig - 18acf95706c979d21cbd15470082da763f0c92c9841627660cce304240abc3b9)
+ Full source + docs + binary tarball (sig - f7734abc88f9349f00ba2f2449225d081c5cb4cfba94490a0a72e6f8e0df2431)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.16/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.20/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.16/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.20/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.16/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.20/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 2cedfcf65..ff17e0048 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.16 \ No newline at end of file +2014.11.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0b2478622..c07a68965 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-16T00:54:36.118572Z + 2014-11-20T08:59:56.786801Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6365,4 +6365,19 @@ 2014-11-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.20 + New version 2014.11.20 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.20/ +
+
+ + The youtube-dl maintainers + + 2014-11-20T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e4b8706d6..e98c14da1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.16", - "signature": "7cdaf675b7f7abc3d78be7e08b465b2d1e32f27b00ff6e54444170e9e1ac2f158f63940f065348ac06d67d9c0cb6847931b4ecfc0b787f4aa592d979455b117656d65fe13b4fd4356ff145d017d4bdf2d56f0433e884b8b34c721bba9ab2409290cd9dd430be1cb169c7cae6e63af25e991b3b6aefbdd2581304da5a85a1fd3f", + "latest": "2014.11.20", + "signature": "5bba0bcf28b8cd99047600d3b90348a37d3c28c384468c04bca7355216badb9be26aa129bd0c9148c8e1f5ae2871fbe2d8289fddb536969249f39e40c96ffb005d0d134ee5fcc39aacfe685d8ec3b9bf8d85cfa7aa564693ffb4b4a2ca4a1018288d160be2d83bcdb3a6099fe0abd3d6377239b044efb56b5684acbf0e598c80", "versions": { "2012.02.22": { "bin": [ @@ -5943,6 +5943,20 @@ "https://yt-dl.org/downloads/2014.11.16/youtube-dl-2014.11.16.tar.gz", "78f0e7e4edbae25d12d6a9964b23c61cc9fa8fc7f02d0371e985465e7f2b1244" ] + }, + "2014.11.20": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.20/youtube-dl", + "055cb935113c537c1084c996e8d1fbfa06b526a1ad1a20a2a09445980c54a477" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.20/youtube-dl.exe", + "18acf95706c979d21cbd15470082da763f0c92c9841627660cce304240abc3b9" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.20/youtube-dl-2014.11.20.tar.gz", + "f7734abc88f9349f00ba2f2449225d081c5cb4cfba94490a0a72e6f8e0df2431" + ] } } } \ No newline at end of file