From 593a53026d4758e12e2552958f13e4511a1f95d7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 15 Nov 2014 11:15:23 +0100 Subject: [PATCH] release 2014.11.15 --- 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 1c90e7a1b..88d390cc0 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.14 (sig)

+

2014.11.15 (sig)

- Windows exe (sig - 6a3092129a4128f2af36bbef41b555dcbecd34fb3e1d57517b2bb8dce608c1aa)
- Full source + docs + binary tarball (sig - ef4d24fbb2ebb381c227938bec12ff507b1172e471fbb7b85e64a2c0b3a6994e) + Windows exe (sig - b8371fba3e05820ca7fc4e59e7a017931858569203239ecf07cc151279707578)
+ Full source + docs + binary tarball (sig - 08f8164be2e923b90d4ba9dee81376004151bf88db23623106de12c0025929ba)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.14/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.15/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.14/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.15/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.14/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/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 0e1bf4a6a..8ca01cd99 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.14 \ No newline at end of file +2014.11.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0721c18f9..702649f7a 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-14T22:37:13.363832Z + 2014-11-15T11:15:08.459526Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6320,4 +6320,19 @@ 2014-11-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.15 + New version 2014.11.15 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.15/ +
+
+ + The youtube-dl maintainers + + 2014-11-15T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index af0ec454e..7050d2137 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.14", - "signature": "7e6556d26d0326202287b879732e6d4eb0bbd9cd0acdf5976fde579378da33e4584a8734ff042c1afa6fdbbbfb89131ebf7725938ba115e8a21a6a238deb999f54e6159bcdf557d42baa12646a9490009a6f19eb6f64f5c79e7a1bcb8e5d8e8f857257cb9eb076a29f1a4a7749e4ae5ca9b14b65e75dff972ec810086dd3ffeb", + "latest": "2014.11.15", + "signature": "7d962e52e22676eda4b937f7b4b5773ec7ce7c83f00023f5471fae645b7978ade9b0568036d0a5b1e9f64e5f2d953dcd5144e9f4dfb5eeb8d0a33b2b1881e0083cb377a790c1844b266d60360b93d78bc8b3122b088fe66373c02bcd232dc1a10332a02f664b21e8cd4e54daebf66eff5a38101d9dc0450e30fcaa8c9f7f90f1", "versions": { "2012.02.22": { "bin": [ @@ -5901,6 +5901,20 @@ "https://yt-dl.org/downloads/2014.11.14/youtube-dl-2014.11.14.tar.gz", "ef4d24fbb2ebb381c227938bec12ff507b1172e471fbb7b85e64a2c0b3a6994e" ] + }, + "2014.11.15": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.15/youtube-dl", + "b3fe59977bf482780341377da1b6b6500bf8e7f6d66bca0a264b90b090c8f097" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.15/youtube-dl.exe", + "b8371fba3e05820ca7fc4e59e7a017931858569203239ecf07cc151279707578" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.15/youtube-dl-2014.11.15.tar.gz", + "08f8164be2e923b90d4ba9dee81376004151bf88db23623106de12c0025929ba" + ] } } } \ No newline at end of file