From 38c43f6644df3a6d2e95683f731976608cd3c78a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 2 Apr 2014 14:33:15 +0200 Subject: [PATCH] release 2014.04.02 --- 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 80db6fee1..5687b94c0 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.04.01.3 (sig)

+

2014.04.02 (sig)

- Windows exe (sig - 09cabfdbbc062137a1f243c43c28a741586b2b73351d38a6e73348c8e270ca81)
- Full source + docs + binary tarball (sig - 83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3) + Windows exe (sig - 6794d7ef61ff7a5097c9a977bf25b33aceaa8024dc1561363993d8ec7a901c59)
+ Full source + docs + binary tarball (sig - f5724b2d22ef5a0e3ab76b42d0a7dcc92fde469e8b2383fe76582940252f2db1)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.01.3/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.02/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.04.01.3/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.02/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.04.01.3/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.04.02/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 671750c9f..7f74d188c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.01.3 \ No newline at end of file +2014.04.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4cce53452..e9804f3ef 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-04-01T13:20:57.010643Z + 2014-04-02T14:33:13.959206Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4160,4 +4160,19 @@ 2014-04-01T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.02 + New version 2014.04.02 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.04.02/ +
+
+ + The youtube-dl maintainers + + 2014-04-02T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 24d82409e..5d8d39f37 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.01.3", - "signature": "67171c65a0d6c024561dac5d3c65090af466856da89e016fa0fad8995c632132b9a58441ca80e98c6a3b43959d35bfab7ea656cd66814f9519bbebef977a7aa62c84906f0d0c61f84fd5aa10df1520220545a81c6bc85c75793322ff4b64fed9004a25a65ac5a2b09b8e86c9f8ca100a954dadf4607f9ccd9d30102f350b2b1e", + "latest": "2014.04.02", + "signature": "3df547fa75ad22823535620d650f6e2f4b425583683ddd8d99599142e478ef7ff7e58c6e6025274a17ea589626660323b9e25e6c3478c978e53f61b16c8f999e3feaae14cc34e0d21f29c6e2a9680b9ac373677d82b781c1cec319ef81845130ec5e1d5f27765710d8fbbf5af665b278936da70f2f63b4c990790869408fbaa4", "versions": { "2012.02.22": { "bin": [ @@ -3885,6 +3885,20 @@ "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl-2014.04.01.3.tar.gz", "83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3" ] + }, + "2014.04.02": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.02/youtube-dl", + "3f20a7e516e93ab25aa99fcf748f31a63f1c0cc101474d7173ec51385ad36368" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.02/youtube-dl.exe", + "6794d7ef61ff7a5097c9a977bf25b33aceaa8024dc1561363993d8ec7a901c59" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.02/youtube-dl-2014.04.02.tar.gz", + "f5724b2d22ef5a0e3ab76b42d0a7dcc92fde469e8b2383fe76582940252f2db1" + ] } } } \ No newline at end of file