diff --git a/download.html b/download.html index ae0de7972..75ae0b756 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.07.2 (sig)

+

2014.04.07.3 (sig)

- Windows exe (sig - a8741351c217791d5fd8f65de1170e001aa92c5fcc7cd8642c367f995b27987b)
- Full source + docs + binary tarball (sig - 4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197) + Windows exe (sig - 47af4b1eaead40b9271569d255281e129cf4358b2206130893849fc186d9fa95)
+ Full source + docs + binary tarball (sig - 6e1cf642e81baf8503a7715d3696700bc08506fee5dc17304da64718af61645c)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.07.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.07.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.04.07.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.07.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.04.07.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.04.07.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 f2aa44740..3c9f682f7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.07.2 \ No newline at end of file +2014.04.07.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cbed834ad..4fd1b5f6b 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-07T21:44:19.532509Z + 2014-04-07T22:50:19.842191Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4400,4 +4400,19 @@ 2014-04-07T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.3 + New version 2014.04.07.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.04.07.3/ +
+
+ + The youtube-dl maintainers + + 2014-04-07T00:00:03Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ff6f75332..71d49fac0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.07.2", - "signature": "8424250c838f685b63b6703ca9a0375fee6187bc18ec42e2ba289aa37d815aeff5e4701e47edeadc2588896980a2de43c595203f3913dd7d13a42a01585e71781e2159242a7d4793c6d719c340c4e69169fac1cadac0fbf4b02a68ab6d9577c08274b46c3a6465bee63edcea7e36b9ba0942ea5fc2908a2106bf100bac586b5d", + "latest": "2014.04.07.3", + "signature": "1e975dfcbecade51f1535161df779233b3de99a931643f46f73f6b723d4604a8307c8d1ea05088944f5f5185ab7e294ecae29d54640408f9b9ed9954fdf249b11bbd6765c5450927dff808c9e155681d4ba5fb7012eb66aeed9350a7f543b02260895c7df5a2b6e1010cac21366717da6198b8579a44f9e6a0a89be1c1566560", "versions": { "2012.02.22": { "bin": [ @@ -4109,6 +4109,20 @@ "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl-2014.04.07.2.tar.gz", "4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197" ] + }, + "2014.04.07.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl", + "4e018311bcb4c08974041406d68c5a749ae6d76ebc316d754e813eb644c2ce40" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl.exe", + "47af4b1eaead40b9271569d255281e129cf4358b2206130893849fc186d9fa95" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl-2014.04.07.3.tar.gz", + "6e1cf642e81baf8503a7715d3696700bc08506fee5dc17304da64718af61645c" + ] } } } \ No newline at end of file