From 890f6ffcdb991a3c8f81cab64834c0cf0fe5bb17 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 14 Nov 2014 22:39:23 +0100 Subject: [PATCH] release 2014.11.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 eb37c72fe..1c90e7a1b 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.13.3 (sig)

+

2014.11.14 (sig)

- Windows exe (sig - fc42f8bfa2310b54f8405d63e0ad29c1416cdb2a2289a77291d28dd02ddb30e1)
- Full source + docs + binary tarball (sig - 978e325e758dbb67a0479c310b46e902343c7c133bac976e49953b82da4d65e3) + Windows exe (sig - 6a3092129a4128f2af36bbef41b555dcbecd34fb3e1d57517b2bb8dce608c1aa)
+ Full source + docs + binary tarball (sig - ef4d24fbb2ebb381c227938bec12ff507b1172e471fbb7b85e64a2c0b3a6994e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.13.3/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.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.11.13.3/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.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.11.13.3/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.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 72888dcf6..0e1bf4a6a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.13.3 \ No newline at end of file +2014.11.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 96794593a..0721c18f9 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-13T16:31:50.198018Z + 2014-11-14T22:37:13.363832Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6305,4 +6305,19 @@ 2014-11-13T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.14 + New version 2014.11.14 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.14/ +
+
+ + The youtube-dl maintainers + + 2014-11-14T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e66f38d8e..af0ec454e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.13.3", - "signature": "9d5f307c84cc64b7a2306cf3d8802d9eefb124e27c588f605b2afbee3471e3a172254328036af88b874fbb22b1d56dbec788ec1b2dd72728d17bfea0c948210096a763af9a2d9e00ba977478f623c6a290106e49cc23519b72807d3af406e9a4b735dfc51ef66657a9cefe6e6bab4255ec5800ac987716671e587c96e3d6a700", + "latest": "2014.11.14", + "signature": "7e6556d26d0326202287b879732e6d4eb0bbd9cd0acdf5976fde579378da33e4584a8734ff042c1afa6fdbbbfb89131ebf7725938ba115e8a21a6a238deb999f54e6159bcdf557d42baa12646a9490009a6f19eb6f64f5c79e7a1bcb8e5d8e8f857257cb9eb076a29f1a4a7749e4ae5ca9b14b65e75dff972ec810086dd3ffeb", "versions": { "2012.02.22": { "bin": [ @@ -5887,6 +5887,20 @@ "https://yt-dl.org/downloads/2014.11.13.3/youtube-dl-2014.11.13.3.tar.gz", "978e325e758dbb67a0479c310b46e902343c7c133bac976e49953b82da4d65e3" ] + }, + "2014.11.14": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.14/youtube-dl", + "046ae987b1531bc6edc331f9bb7b7f48c207322c34dd0348ca3ab476d2c3ba0e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.14/youtube-dl.exe", + "6a3092129a4128f2af36bbef41b555dcbecd34fb3e1d57517b2bb8dce608c1aa" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.14/youtube-dl-2014.11.14.tar.gz", + "ef4d24fbb2ebb381c227938bec12ff507b1172e471fbb7b85e64a2c0b3a6994e" + ] } } } \ No newline at end of file