From 79379d02f3535c003006a026561a2717d6e2af3c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Feb 2015 03:36:45 +0100 Subject: [PATCH] release 2015.02.10.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 7e5dec872..0a34453b6 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.10.1 (sig)

+

2015.02.10.2 (sig)

- Windows exe (sig - 924f1b0cd91f168859a300ddf7a0c7e2bd6313988f7e365198a94c44691f1589)
- Full source + docs + binary tarball (sig - af5dfd4f4ca21d94f0986db377aa6c83c41cd97957eb7528fc9ebf8cfc69e6e1) + Windows exe (sig - ae4ff2bd434d7dfa1179b2d2dc0f9b7d2ca4ff7d3a9c369cb0a21607570a67d8)
+ Full source + docs + binary tarball (sig - 335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.10.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.10.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.10.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.10.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.10.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.10.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 bbcedaeb0..054745c83 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10.1 \ No newline at end of file +2015.02.10.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a0ae0e8a2..bcdcbffc9 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-10T01:56:50.533224Z + 2015-02-10T03:36:43.440654Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7595,4 +7595,19 @@ 2015-02-10T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.2 + New version 2015.02.10.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.10.2/ +
+
+ + The youtube-dl maintainers + + 2015-02-10T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 073197190..9325b48cb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10.1", - "signature": "1efa6f8a06a4a1aaf731d6e487ba88ca4e6649c8ab5a5ae3f2f3cdc38153eda05636b8bc423693803f7d4e10dfc618f3d399e9d83341a58f494c0d8a23c58b0a36f13dd3cb1c672f7c575dd4b6588470e545b3beeb5e9639f12d68b32d7220f33192114f5990d64f7487b6f721289802699051b404395e108d4b9ceab7a52cbf", + "latest": "2015.02.10.2", + "signature": "18eeeeb6cce3c1a5f2da39ceebf8d8b8864f541b13260975458ae5b9757fc1b93e1be92a32772d4f290399d7665b106807ff6e48a24089593f830b059934f31dbcd1eabf4aaa541089630edbed8dc6cee1c6974e0f770f718bc6d255fa2da3ea78a04e958f3150a884548a5adcf535529dd948928e3c41cb68fac441a31e8599", "versions": { "2012.02.22": { "bin": [ @@ -7091,6 +7091,20 @@ "https://yt-dl.org/downloads/2015.02.10.1/youtube-dl-2015.02.10.1.tar.gz", "af5dfd4f4ca21d94f0986db377aa6c83c41cd97957eb7528fc9ebf8cfc69e6e1" ] + }, + "2015.02.10.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10.2/youtube-dl", + "2c1004e16811e4d28e97ab7d4b8ec368b94a8aab248d8224b46553818488eae6" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.exe", + "ae4ff2bd434d7dfa1179b2d2dc0f9b7d2ca4ff7d3a9c369cb0a21607570a67d8" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10.2/youtube-dl-2015.02.10.2.tar.gz", + "335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489" + ] } } } \ No newline at end of file