From 7fbd4db982a7f93746dbf1a11f243cae74bb946a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Feb 2015 14:51:07 +0100 Subject: [PATCH] release 2015.02.09.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 482577483..3efcf7ad7 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.02.09.1 (sig)

+

2015.02.09.2 (sig)

- Windows exe (sig - d6640f1af0fd87f44a451d1872b4c7651684dd129c376fe5d9fc779c38db6ea6)
- Full source + docs + binary tarball (sig - 524ba00d82fee5ea66b37ebf4de694a21126b3bf1c701c55da9c1e24c5004ceb) + Windows exe (sig - 060a4e8aa642dfcf412c0312ae0ed34dadde75b090dd546ecb2684226e2f8e8c)
+ Full source + docs + binary tarball (sig - 532b28e354bc2408b5e08cb582c69e1ce2dec0a9cf1f3efa55571532a637b362)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.09.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.09.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/2015.02.09.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.09.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/2015.02.09.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/2015.02.09.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 f9010db2c..8a2fe4084 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.09.1 \ No newline at end of file +2015.02.09.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 55a9ddff8..da6497b55 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-02-09T10:54:58.456785Z + 2015-02-09T14:51:04.317490Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7535,4 +7535,19 @@ 2015-02-09T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09.2 + New version 2015.02.09.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.09.2/ +
+
+ + The youtube-dl maintainers + + 2015-02-09T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fea6b46bb..a3b62c44b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.09.1", - "signature": "5c32782a58dfb9534456528fc32976325663a5cc76ee32fbf4a95515145ab1c26e582d4daac27aec18f67dca58bb205768838d4d9b97cce3a59218ffeb69aacfb370e178471115ab0fabb0ef762dd27f5e5bff42d80e1bb62ce2b4b8727786b3c9b6f544bef696d4b56d971e3b63ade9d5e44e9888fead953712b14e5044df3b", + "latest": "2015.02.09.2", + "signature": "344c94059148c00aea14c1b5d932df05815cc4d805c04177dbaed0ba8242f92f109ed59d85ce7c5a7c571729185931e08cf6d51093ebb35bc0baea060d1399a9ee355977d77bb49959c6dce6c2e76a11b8f8e080f2c6be4f1f91827a540118371557853eed8245ffaf8492b7a3ef9568735f7a61ffc5211ac3aacb755be78559", "versions": { "2012.02.22": { "bin": [ @@ -7035,6 +7035,20 @@ "https://yt-dl.org/downloads/2015.02.09.1/youtube-dl-2015.02.09.1.tar.gz", "524ba00d82fee5ea66b37ebf4de694a21126b3bf1c701c55da9c1e24c5004ceb" ] + }, + "2015.02.09.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl", + "9f7743db7213ad970bedbb6822d89f2c6f3fc79138ffcdc7b3d2e92e2ef2c107" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl.exe", + "060a4e8aa642dfcf412c0312ae0ed34dadde75b090dd546ecb2684226e2f8e8c" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl-2015.02.09.2.tar.gz", + "532b28e354bc2408b5e08cb582c69e1ce2dec0a9cf1f3efa55571532a637b362" + ] } } } \ No newline at end of file