From cf84511178108ab7dc2410a658f6f273778008b5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 25 Aug 2014 16:54:37 +0200 Subject: [PATCH] release 2014.08.25.2 --- 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 c9b56eb8a..713f8fc57 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.08.25 (sig)

+

2014.08.25.2 (sig)

- Windows exe (sig - 3dd608b96012139901160b779ec41cc42716de49b79094c0c82067a22147dfc3)
- Full source + docs + binary tarball (sig - 5370882c3968d2944186d5ae7d2fc0e9c1b1cb734dfe4d44312fba82045ca54c) + Windows exe (sig - 179abb41e2c8d218e20ad147eb4224081cc870f0bae96d82ba828d282e33fd52)
+ Full source + docs + binary tarball (sig - 96c0cd0e5508ca02fc622cb499d4b80b1100a2a1e8808244cf45303cfabc884d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.08.25/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.08.25.2/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.08.25/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.08.25.2/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.08.25/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.08.25.2/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 1a8c0b9d4..18f76c700 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.08.25 \ No newline at end of file +2014.08.25.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b96317f9b..5176f9661 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-08-25T09:42:25.495552Z + 2014-08-25T16:54:36.107614Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5420,4 +5420,19 @@ 2014-08-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.25.2 + New version 2014.08.25.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.08.25.2/ +
+
+ + The youtube-dl maintainers + + 2014-08-25T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7837713a1..345920751 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.08.25", - "signature": "2cf118e73e53f617ec1f89e425538c7c49072edd82d47016e7dcfebe23409ad26dee5984c3ed7b557ba12e247ce4bfce0deb1f063e94772f63b8871576028b39e52d1282a210e01212f1ba7fd4c6685d52a7402fa695c2650cefac4ec611b5f6d47903e2d244c330eebdba26fef73018dbc5436e32969df66d307525de63db62", + "latest": "2014.08.25.2", + "signature": "94ca05359afacdac3afe5b8d8f4ee273235721dfe0073244b0ae063a5583e7c1ae496401c2fdb00592d52d0316433dbdc624fe9a9e92c40f154d90e451ea4cc1e9ef3f208c15e58149fa0108a9b014747c91b459dccea9d410de3cb65d36016832b2f2514a2406003208f9385490bddfc87714ad956ff1443e540076b6f5bda1", "versions": { "2012.02.22": { "bin": [ @@ -5061,6 +5061,20 @@ "https://yt-dl.org/downloads/2014.08.25/youtube-dl-2014.08.25.tar.gz", "5370882c3968d2944186d5ae7d2fc0e9c1b1cb734dfe4d44312fba82045ca54c" ] + }, + "2014.08.25.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.08.25.2/youtube-dl", + "0cb8adff404e27157c516019b095849d5957e5ca37213ae8f02fe1d506073447" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.08.25.2/youtube-dl.exe", + "179abb41e2c8d218e20ad147eb4224081cc870f0bae96d82ba828d282e33fd52" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.08.25.2/youtube-dl-2014.08.25.2.tar.gz", + "96c0cd0e5508ca02fc622cb499d4b80b1100a2a1e8808244cf45303cfabc884d" + ] } } } \ No newline at end of file