From b8e8032f4d13d4369533faf0818a431a4d91162e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 14 Dec 2014 00:22:00 +0100 Subject: [PATCH] release 2014.12.14 --- 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 c4e9733e7..5a9b9cfd2 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.12.13.1 (sig)

+

2014.12.14 (sig)

- Windows exe (sig - 271574876aa2cace84d40cc8b4cbe83331ef84eaf43a9b186ba0e01212a77ced)
- Full source + docs + binary tarball (sig - 36b51e7ff3ec154411b5ed49cdd8492089e0bc09bfc57e80d61e4259d7ca10ee) + Windows exe (sig - 5bbc72697105b232c29fa85e2c85b7abebf1ccbc8054049f201cdcba5efc3542)
+ Full source + docs + binary tarball (sig - 13e102f641b3714e8c80ac8909a44c8ef49bb3708728fa2495f34c6b4b795082)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.13.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.14/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.12.13.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.14/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.12.13.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/2014.12.14/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 248e5f9dc..98b8a9c5b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.13.1 \ No newline at end of file +2014.12.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d14bc653e..aa56ee575 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-12-13T23:55:03.975546Z + 2014-12-14T00:21:58.727054Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6845,4 +6845,19 @@ 2014-12-13T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.14 + New version 2014.12.14 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.14/ +
+
+ + The youtube-dl maintainers + + 2014-12-14T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4024f48b4..180af153f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.13.1", - "signature": "42d07e5542954915c02b7fba2a8ae31b504351b03789605fe7593cf1f081f64887165995b0b6234477737816bf9f96c0b4b1b93cd4b81e262edb297591d397458d38c5568eb95de5b64fc65ee9449987bc6b994405cf1d17fc1c1c8986ef8f560328ffe0ba890b6a274e5ae638ac69a7bacaa19ae9abf03dc608d95fcb4be2b9", + "latest": "2014.12.14", + "signature": "87deb31e0c56c6820333a4033657fde62c9b8b74d9a290e2910a34964e020aa11440e33f26a6ac8e6205b141df5f8f653c1120d81f6b30f85c1f45d0890c1abbcf4fb4937904393e0f189a26d7e9184534377d26094c634ed064d8a1db3b99bfb085a0e34bea6e9d5d9534f39fe2374dc751be2711d5ecce46ce8ddbd69ea608", "versions": { "2012.02.22": { "bin": [ @@ -6391,6 +6391,20 @@ "https://yt-dl.org/downloads/2014.12.13.1/youtube-dl-2014.12.13.1.tar.gz", "36b51e7ff3ec154411b5ed49cdd8492089e0bc09bfc57e80d61e4259d7ca10ee" ] + }, + "2014.12.14": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.14/youtube-dl", + "1d326f67fd672579c85ed84e1513d09c4d0cf0cba35ed16046373af86e14b584" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.14/youtube-dl.exe", + "5bbc72697105b232c29fa85e2c85b7abebf1ccbc8054049f201cdcba5efc3542" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.14/youtube-dl-2014.12.14.tar.gz", + "13e102f641b3714e8c80ac8909a44c8ef49bb3708728fa2495f34c6b4b795082" + ] } } } \ No newline at end of file