From 757e64afc639a49ecce19015460e6e16581cb07e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 7 Nov 2013 11:09:17 +0100 Subject: [PATCH] release 2013.11.07 --- 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 b93d6081f..b6944edc7 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.

-

2013.11.06.1 (sig)

+

2013.11.07 (sig)

- Windows exe (sig - 678ce1eb5ab11c75a4ee899fae94bf18c196ababd7b64e4f0831504e28c0f93c)
- Full source + docs + binary tarball (sig - 8c5a9426aa42bbc5311a2934778cfb227a80d6e3021f284417da51ff11ede2fe) + Windows exe (sig - acd060d1b1bf8a4fdba6863e837319c84ad53f385fc2596e8e3cfe01dd583703)
+ Full source + docs + binary tarball (sig - 11537cf289a0ee9eb555647c7743d3989c5e16759ec526b3b31382a2852c8c4b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.06.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.07/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/2013.11.06.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.07/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/2013.11.06.1/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/2013.11.07/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 d12279c50..2f9891ab0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.06.1 \ No newline at end of file +2013.11.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8100a7421..3c050e2e9 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-06T22:15:40.167461 + 2013-11-07T11:09:15.764176 youtube-dl-2012.02.22 @@ -1759,6 +1759,21 @@ 2013-11-06-1 + + youtube-dl-2013.11.07 + New version 2013.11.07 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.11.07/ +
+
+ + The youtube-dl maintainers + + 2013-11-07 +
+ youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 44e57ffd2..06d9196a8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.06.1", - "signature": "69865fe5784c1849f25fdefa637d5ab5cf84a8ea65189eaa2e9364e391b69dc319a6a27cbe9b4cfc6ec2394d046b6281e00021a6b3d00e0404561280d5cab9910dc6f77d88caf701138e16a59fc8a71d47f3e7c351b2ad0c79cd1f75b2ca6191e0570c6591c526e9fb3be3fc949d80bc56fa8252ca058f7bb51fbd662497aa5e", + "latest": "2013.11.07", + "signature": "0bf1e9954a4368dbf7857e5c860e4f81c7445c87297ae95ba30a8a1977517535af22edfbc1395643ce61c0052eaafd67762338e55710a9fbad00b771f43cb1e55e9d5bd6236b22d2111679db2c1c90a2fa2c6c0de2d0125e721ad5198859b21ed241ee3aaa0962c3c4b9e1b6a8b52b295d882dedf41076eb5ccd0cfba9e2a9fa", "versions": { "2012.02.22": { "bin": [ @@ -1646,6 +1646,20 @@ "8c5a9426aa42bbc5311a2934778cfb227a80d6e3021f284417da51ff11ede2fe" ] }, + "2013.11.07": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.07/youtube-dl", + "b044b9460bd23b858d4007c979ae706380bd359771d5fb05ecc06660c730cf66" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.07/youtube-dl.exe", + "acd060d1b1bf8a4fdba6863e837319c84ad53f385fc2596e8e3cfe01dd583703" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.07/youtube-dl-2013.11.07.tar.gz", + "11537cf289a0ee9eb555647c7743d3989c5e16759ec526b3b31382a2852c8c4b" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",