From 79ae0d93592e5f3a038f0e9c85ca72093b95bbf6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 9 Jan 2015 20:24:35 +0100 Subject: [PATCH] release 2015.01.09 --- 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 1cb99e9f9..23981265b 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.08 (sig)

+

2015.01.09 (sig)

- Windows exe (sig - 1a5abf3f28efed245743fdbd853c971a10d9d587d39b452766cc2e1fe63e5cfb)
- Full source + docs + binary tarball (sig - 937b0c1c7781da19cb4fb1b89953ac36dd6ac9bb42591ba2a1442796410cac9c) + Windows exe (sig - a7e3b9f622702485d9ea59ee2c71a9a28fb3492478721f2836bfe418795e7730)
+ Full source + docs + binary tarball (sig - 684caecfab0063a99c372d065628b0297be2f14719f35951825e6ae9e49e8ad7)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.08/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.09/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.08/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.09/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.08/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.09/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 5b1d2a0ae..c2ab2c076 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.08 \ No newline at end of file +2015.01.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 255730804..da9b70728 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-08T16:21:39.781719Z + 2015-01-09T20:24:34.236783Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7100,4 +7100,19 @@ 2015-01-08T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.09 + New version 2015.01.09 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.09/ +
+
+ + The youtube-dl maintainers + + 2015-01-09T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 433c30ef0..40ab3fda0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.08", - "signature": "8230f9cef6ad5f959f92aac55748afcd2dc8c6b2f6aa9ab8aaa7044c77e410a1eaa1fbbf7293d94bf21d705abefc2742456cc72b51805af7e9c6eba254b42a2bbcfccb724b04303c820a0b13c37316e29e3714a182e15f7542eb8dd8ebe42091d5cb1d54a4c6bb57d387fb4891a34c9a8ad2b36313306358b7ed7c203d742b1f", + "latest": "2015.01.09", + "signature": "91f4e5150c7ed00ad39370f7718a6c842d93292bbd84c41079c100c7cd5c9b303948fda86b11c22ea368ffeaa5e925e48787251ec24712a2da0480925df14f9a537fa7ff1804c4786a1beb9429bb8bb8c88e14e4b77182bfd741a01b81d7793396f5c7909a3a3a35e35c2d9994fdfa1036b05c3bec40b2c4b7b04bb7ecbfbb01", "versions": { "2012.02.22": { "bin": [ @@ -6629,6 +6629,20 @@ "https://yt-dl.org/downloads/2015.01.08/youtube-dl-2015.01.08.tar.gz", "937b0c1c7781da19cb4fb1b89953ac36dd6ac9bb42591ba2a1442796410cac9c" ] + }, + "2015.01.09": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.09/youtube-dl", + "859b0146da28638157520deea13aa5ab9a529b859fae0796a7025cb1a8a4a605" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.09/youtube-dl.exe", + "a7e3b9f622702485d9ea59ee2c71a9a28fb3492478721f2836bfe418795e7730" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.09/youtube-dl-2015.01.09.tar.gz", + "684caecfab0063a99c372d065628b0297be2f14719f35951825e6ae9e49e8ad7" + ] } } } \ No newline at end of file