diff --git a/download.html b/download.html index fa16f3de7..3e2d4a961 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.30.1 (sig)

+

2014.01.30.2 (sig)

- Windows exe (sig - a686283ba992666bd208749a5c84e6cb86d12b5edd9c7504b8c69a6452a347fb)
- Full source + docs + binary tarball (sig - dbd0772932588403d6a9721b76f42f26df8025fa109b9f3955bb41ec49f45bf2) + Windows exe (sig - 6a1ae0ce736706b8490c0c94971b2030cba80846b9fb2aa13e2a6f82fc98fbd8)
+ Full source + docs + binary tarball (sig - 893ae4c05adc0cb94c674defd7e744afeba99690d41305ed29e03ed2c28da4af)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.30.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.30.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/2014.01.30.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.30.2/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.30.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.01.30.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 8572565ad..c99d5cc0f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.30.1 \ No newline at end of file +2014.01.30.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 092f9f19c..f58b4ee64 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-30T05:57:07.846933Z + 2014-01-30T19:36:44.586450Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3140,4 +3140,19 @@ 2014-01-30T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.30.2 + New version 2014.01.30.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.30.2/ +
+
+ + The youtube-dl maintainers + + 2014-01-30T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7da4ae0b9..27840b757 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.30.1", - "signature": "4428a95e6cf472f564bb8741d46838a458c8cedc98e1dc8af3a3960d4f1c64b5bdcce8ec878a925b28ef43e331ba3968ed861755ce90ca2fce579d540fe118780b207465becc2fcaff5c2f3953e2eab35db7cbd52b0c6473b224b199b394142d0b2097280545f42acf3280411eedf79b133c06193ff6d9b578b4dfa995932665", + "latest": "2014.01.30.2", + "signature": "40c5ebe625c7f464aec44dbfff2905e147ad5bfcc6a7a6a17f15e2f830af366ab36c817f5d96eb23e3322b956e09041f1a089c51fcfba4e443fcc9a2123279717c30b231cbc686e98b59598d7aaa45db8782ee7e6ce509c4de63c43bd63296dd9b0ddb47a127f50aaeb9e070c47dc8c767118810c8b004d1f1953713226e5039", "versions": { "2012.02.22": { "bin": [ @@ -2933,6 +2933,20 @@ "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl-2014.01.30.1.tar.gz", "dbd0772932588403d6a9721b76f42f26df8025fa109b9f3955bb41ec49f45bf2" ] + }, + "2014.01.30.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl", + "11b28f131c63d96f0c1ebc8bc741a0802847da12727fb83037b9a139796f9212" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl.exe", + "6a1ae0ce736706b8490c0c94971b2030cba80846b9fb2aa13e2a6f82fc98fbd8" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl-2014.01.30.2.tar.gz", + "893ae4c05adc0cb94c674defd7e744afeba99690d41305ed29e03ed2c28da4af" + ] } } } \ No newline at end of file