From d3fd131e0140a8061502614f95b30fd076864079 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 15 Nov 2014 15:24:58 +0100 Subject: [PATCH] release 2014.11.15.1 --- 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 88d390cc0..ea0ed5dbd 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.15 (sig)

+

2014.11.15.1 (sig)

- Windows exe (sig - b8371fba3e05820ca7fc4e59e7a017931858569203239ecf07cc151279707578)
- Full source + docs + binary tarball (sig - 08f8164be2e923b90d4ba9dee81376004151bf88db23623106de12c0025929ba) + Windows exe (sig - 924bca7f2f0fe672b66d23fd0f8fafb74be170c607d38d89974d16c32842c3c1)
+ Full source + docs + binary tarball (sig - a28ae7a21ab2550d7bd2c4cb25ac45ac60510b4477c838c4b6870885d79a5020)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.15/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.15.1/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.15/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.15.1/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.15/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.15.1/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 8ca01cd99..710509eac 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.15 \ No newline at end of file +2014.11.15.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 702649f7a..716c6acee 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-15T11:15:08.459526Z + 2014-11-15T15:24:57.235897Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6335,4 +6335,19 @@ 2014-11-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.15.1 + New version 2014.11.15.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.15.1/ +
+
+ + The youtube-dl maintainers + + 2014-11-15T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7050d2137..309c295dd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.15", - "signature": "7d962e52e22676eda4b937f7b4b5773ec7ce7c83f00023f5471fae645b7978ade9b0568036d0a5b1e9f64e5f2d953dcd5144e9f4dfb5eeb8d0a33b2b1881e0083cb377a790c1844b266d60360b93d78bc8b3122b088fe66373c02bcd232dc1a10332a02f664b21e8cd4e54daebf66eff5a38101d9dc0450e30fcaa8c9f7f90f1", + "latest": "2014.11.15.1", + "signature": "4c564aa3831a9e71feedaccfc5c00ac828f8bb0a260f9a26600f11142cedf39e5243007b8d7f7760c64a85c89e56e0781c59d8167cc85c89d06a0ee61bf740598a235267bd41555c06badd58ce9ceebe120234d56700fd658fa33e0196ee0ac1af0029ccb3a45273da8311987c5291b01288f24f73dfb676b0b16da3f4098f6b", "versions": { "2012.02.22": { "bin": [ @@ -5915,6 +5915,20 @@ "https://yt-dl.org/downloads/2014.11.15/youtube-dl-2014.11.15.tar.gz", "08f8164be2e923b90d4ba9dee81376004151bf88db23623106de12c0025929ba" ] + }, + "2014.11.15.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.15.1/youtube-dl", + "5b7df8d1609067221f56eb355125df5ecb9ea55d454af7c3bd7544387e159b6e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.15.1/youtube-dl.exe", + "924bca7f2f0fe672b66d23fd0f8fafb74be170c607d38d89974d16c32842c3c1" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.15.1/youtube-dl-2014.11.15.1.tar.gz", + "a28ae7a21ab2550d7bd2c4cb25ac45ac60510b4477c838c4b6870885d79a5020" + ] } } } \ No newline at end of file