diff --git a/download.html b/download.html index 7af5dc63d..5d3c6a060 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

-

2013.04.31 (sig)

+

2013.05.01 (sig)

- Windows exe (sig - 676641b9fb3896f764c69253f6c7435cc0169274dff6e41237722b6389948eab)
- Full source + docs + binary tarball (sig - 42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50) + Windows exe (sig - 9f30264f99a298a1e40af3c64679228507a8a58ccecbe498801002e4bd60134c)
+ Full source + docs + binary tarball (sig - 6e4f9e74fa8a1c5924a393150e0ee7013851450cd7f08c474ee17de2a19f762d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.31/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.05.01/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.04.31/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.05.01/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 c8481c79b..b6c9f82f7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.31 \ No newline at end of file +2013.05.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 76b0ce270..c34fcd648 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-30T19:56:24.081643 + 2013-05-01T14:11:34.933645 youtube-dl-2012.02.22 @@ -364,4 +364,19 @@ 2013-04-31 + + youtube-dl-2013.05.01 + New version 2013.05.01 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.01/ +
+
+ + The youtube-dl maintainers + + 2013-05-01 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4fe2ba611..9660d2d48 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.31", - "signature": "5af915abad8ad40b6e5f1275aab26ab66058f83f8d0fa42aeb5fef0040659e12a852b8cb4121be73925e4df0ea956011a25ea2d7ca712f9fe97a652f100560571cf9fdd2c7edbf8f0e2ce246cd2eb54e46159730612746074955a5c23ce2e9e406e45704b368e4f245f3079a3aae0e8b7b79ef30bfaf0d9585ca9646e3f62ff7", + "latest": "2013.05.01", + "signature": "16f00b0f1551345d445b4df57e018409e2e2ff9686e88485cadae794322b97d8a911b928bb99d36a7d51ea9488c875991f2d46bdfa745f14d711ad629d62621c329f7a73323a53b481b836c4df3e949a6fbc8909aa2a660c1729461261ebbd998efc42cdffcd43ec351bc45495022ce678f667308f002d6ef38e172d3472a210", "versions": { "2012.02.22": { "bin": [ @@ -343,6 +343,20 @@ "http://youtube-dl.org/downloads/2013.04.31/youtube-dl-2013.04.31.tar.gz", "42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50" ] + }, + "2013.05.01": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.01/youtube-dl", + "6ade090ffdfe057d09e1a0b62075fb8924a20738035e78818f8c679cdae5cdcf" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.01/youtube-dl.exe", + "9f30264f99a298a1e40af3c64679228507a8a58ccecbe498801002e4bd60134c" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.01/youtube-dl-2013.05.01.tar.gz", + "6e4f9e74fa8a1c5924a393150e0ee7013851450cd7f08c474ee17de2a19f762d" + ] } } } \ No newline at end of file