From 66e2e6495b206513696282570abf142ab741d81c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 24 Jan 2014 00:00:40 +0100 Subject: [PATCH] release 2014.01.23.3 --- 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 70255430a..19d9691e1 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.01.23.2 (sig)

+

2014.01.23.3 (sig)

- Windows exe (sig - 7757279e34b1205d5742ad0f9b94fdbdd845888f509ed61449ce4fc166ed0927)
- Full source + docs + binary tarball (sig - 8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0) + Windows exe (sig - fb128f8f999cb233be2859cd6b4f5254c2eec3f1796e6ad05b273011cdde8778)
+ Full source + docs + binary tarball (sig - d64bdef2c06467ae05c04c704456913991f243088c0d9607cc76501c066ae836)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.23.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.23.3/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.01.23.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.23.3/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -49,7 +49,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.23.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/2014.01.23.3/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 115dd2942..483f56147 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.23.2 \ No newline at end of file +2014.01.23.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f98fcaf20..b9bd8e75d 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-01-23T19:15:45.421632Z + 2014-01-24T00:00:38.824474Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3005,4 +3005,19 @@ 2014-01-23T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.3 + New version 2014.01.23.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.23.3/ +
+
+ + The youtube-dl maintainers + + 2014-01-23T00:00:03Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5f0b3bf11..6dc303bf8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.23.2", - "signature": "6f5375e0c31b26a581fb83ebfe83b772c11c547601a087edcbef0a4f9b0cdda5e5cd976db7027712e85588b8e84965b60f4231cb0fdae8d67ae5910763f39691b6e853903d6fd964a865b684fe9c55346b92b5a670cea4bf2a7eff34f72f3c9b85a003d1e45e10329e29465d519d702c733725ae6b8f1fe5453e40dd3fd72939", + "latest": "2014.01.23.3", + "signature": "1624d68824fedf446b385ebefe925016c28f937833e9eafee70db1c58d37992512eefe6e89adbb579176bb56fcf1330871d80ee8743435886ba167da98a765e9863e7c44f530f70f2573d2819b5c56db0e7c02a3bc753783ce966bff57b36bcd0bfe5c55241fa8580425b655d167617ae7b5940a7ca274573fe3f63b4447d68b", "versions": { "2012.02.22": { "bin": [ @@ -2807,6 +2807,20 @@ "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl-2014.01.23.2.tar.gz", "8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0" ] + }, + "2014.01.23.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl", + "9e8698d2fd1d4ddaf5b4360cffcb816ec850db7e71053e9494bea3872621859a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl.exe", + "fb128f8f999cb233be2859cd6b4f5254c2eec3f1796e6ad05b273011cdde8778" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl-2014.01.23.3.tar.gz", + "d64bdef2c06467ae05c04c704456913991f243088c0d9607cc76501c066ae836" + ] } } } \ No newline at end of file