From d602cd1cb5b4eca135a7ea9c7bff7185f42964a8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Feb 2014 09:49:03 +0100 Subject: [PATCH] release 2014.02.24 --- 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 5734cbb7c..5b15d16f2 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.02.22.1 (sig)

+

2014.02.24 (sig)

- Windows exe (sig - 1d9c51174de17820bf0e509ca0c2439f2399adc8a0ebe1df7f7f3fc94acc781b)
- Full source + docs + binary tarball (sig - 8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9) + Windows exe (sig - 11f22aba91ef8703515ebf43850bf990fca8355a18d1cad96421f2414b692e95)
+ Full source + docs + binary tarball (sig - 3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.22.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.02.24/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.02.22.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.02.24/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.02.22.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/2014.02.24/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 7ad012aeb..572e52408 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.22.1 \ No newline at end of file +2014.02.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f94c7ca50..1fa73dd4f 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-02-22T23:21:44.371400Z + 2014-02-24T09:49:01.349532Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3485,4 +3485,19 @@ 2014-02-22T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.24 + New version 2014.02.24 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.02.24/ +
+
+ + The youtube-dl maintainers + + 2014-02-24T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0da983769..9d154e1f0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.22.1", - "signature": "2440e824a6f980c3cb753cb13898cb1fe785b56217474c6859bd9afdf1394225fb4eafb722ed56562b8dc39a658a4d5ac5e3902315480689a3d959f6c4d9e422e630720e91a1e45ec4a8d646d0647e65e4e6a69db0f8e2bce816283547e074eda9b69f9671bfd870ed78ac111cb7b5151e34e99e5c0d8427042ef61fd6808468", + "latest": "2014.02.24", + "signature": "47381f12a2d0e0c9246a88a057c4b5f368a255397ac9f53b8c64d91c6f14e8b3fc6cdd37df37ca38ef804b2a72bc42ea8b3c354666dd4d83ec08d8627ad832f2758f48a93e27e859b40a9c5d9eefe8508804be8cc9f652f2083dc55b3693fa4918bf6c78894c05c750da8ca199dde391edac005562845449987614f987919382", "versions": { "2012.02.22": { "bin": [ @@ -3255,6 +3255,20 @@ "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl-2014.02.22.1.tar.gz", "8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9" ] + }, + "2014.02.24": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.24/youtube-dl", + "0553f1884252a7ae550340306978089c0de5f34689fac6b28c3ac6f7259801a5" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.24/youtube-dl.exe", + "11f22aba91ef8703515ebf43850bf990fca8355a18d1cad96421f2414b692e95" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.24/youtube-dl-2014.02.24.tar.gz", + "3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511" + ] } } } \ No newline at end of file