From 3a863e1fdb94ed6a04b3c5200bd185c4bfc3de6c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 11 Jan 2015 17:52:27 +0100 Subject: [PATCH] release 2015.01.11 --- 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 62f68db9e..52cfa10ee 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.01.10.2 (sig)

+

2015.01.11 (sig)

- Windows exe (sig - 87660760d811c6cebfb7536c365dbbfa989f24934988766feafc28b56e24375a)
- Full source + docs + binary tarball (sig - b5da9954e1309b0cad41c2d2b817e2252ed94d838b405f546f4d42f806680173) + Windows exe (sig - d59ae60f3b68e62c4231854e67d3d24da971a9ac224a083a8081e4a14edfb6e8)
+ Full source + docs + binary tarball (sig - 72b9babe5f75abfa93436f577538705a77fa59d96ca97eef6ed58119fd9fea8f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.10.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.11/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/2015.01.10.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.11/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/2015.01.10.2/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/2015.01.11/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 4a9480e12..cd16b9115 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.10.2 \ No newline at end of file +2015.01.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 072607fba..a5abfbf50 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 - 2015-01-10T21:05:46.045191Z + 2015-01-11T17:52:25.768813Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7190,4 +7190,19 @@ 2015-01-10T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.11 + New version 2015.01.11 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.11/ +
+
+ + The youtube-dl maintainers + + 2015-01-11T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a467b7f21..e7b726281 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.10.2", - "signature": "699d12c8459be15804491ae0877ccb81e626240d96a42b86929e3954c3c698cfb6109c3c8dea31ad98f06148dc586f65ec9fca63fea0eec7d25f963b45f739adca72ac72af2fa21f537182d544ab099f482b2b4d63f81a5b6588205c8da51df869fd4dc5baa80d5b132b1b162bcfe90c1f478f480ae1e9a406d6ed90060be00f", + "latest": "2015.01.11", + "signature": "056a2d20ad79b641fd1cafd74f5c03d2a28649d5de357ae8b09437b21f0e801d1fedd19e35a7e7299392c9e15364c1a76fdb1cd8bdf2c56f48735d888d879afa21da35754974130f0d66b6edbb8cb9d1e1963606b0b7f2cfb395a947b33e1ea3806503c2783d172b00aac3f37fc047163e0ad8efa37f141be438db8674a57170", "versions": { "2012.02.22": { "bin": [ @@ -6713,6 +6713,20 @@ "https://yt-dl.org/downloads/2015.01.10.2/youtube-dl-2015.01.10.2.tar.gz", "b5da9954e1309b0cad41c2d2b817e2252ed94d838b405f546f4d42f806680173" ] + }, + "2015.01.11": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.11/youtube-dl", + "77083aeb52760e5739119e7a85fe216127a3b7a2ec56ab62a34f2600daee470c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.11/youtube-dl.exe", + "d59ae60f3b68e62c4231854e67d3d24da971a9ac224a083a8081e4a14edfb6e8" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.11/youtube-dl-2015.01.11.tar.gz", + "72b9babe5f75abfa93436f577538705a77fa59d96ca97eef6ed58119fd9fea8f" + ] } } } \ No newline at end of file