diff --git a/download.html b/download.html index dec799609..de3cacc7c 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.05.14 (sig)

+

2013.05.23 (sig)

- Windows exe (sig - 6098448959ee207c847ced8231a4905c0ab72f5ceb5f861ce61a74b552890707)
- Full source + docs + binary tarball (sig - d697981eb21362427a6cd1a217019b8549fc723dbe06583672e4e9e202369980) + Windows exe (sig - ce36cc0652d354dbbb51c0cfa436be17998bc22b4be314ddb287a5a28a664d79)
+ Full source + docs + binary tarball (sig - 5d31a5f5371dd7852acf68dd49bfb8068fe73a885fdb544ea28a9055369f6392)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.14/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.23/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.05.14/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.23/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 195ea0719..cdde5ff09 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.14 \ No newline at end of file +2013.05.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 09cf3cf69..e6dedbea1 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-13T14:55:22.867146 + 2013-05-23T13:42:53.967415 youtube-dl-2012.02.22 @@ -454,4 +454,19 @@ 2013-05-14 + + youtube-dl-2013.05.23 + New version 2013.05.23 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.23/ +
+
+ + The youtube-dl maintainers + + 2013-05-23 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4b8cdde4e..028f9969a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.14", - "signature": "3edf24d5749c8c4ec9777d371075cf15b0bc8ee015dfe708fbaa5b932b446d856974363d17414a4fe9fc6de4fe45d78f7f6517519051a07aa4bb4e2f5050648dd2ef8caa419ee64cf28fd7fb17abcd64765b4486272d4a73bf818ddbca0a3f4ebb285bb18e7d7eff4845ec09cfc042a8cef800bc77cd3ba7bffd1c69c0da4183", + "latest": "2013.05.23", + "signature": "3a3d238e4e8937ca9c3ab7803a2dec858e2e9dff238904f20ed0e120a51a72a89b97c36ad19bf26e69b50fc3a7ce0b71ae3312fed8fd7332b6899971ab35564468c8e6bd52c74663bfdf87f6f4a10dc514d38fc2dc25ca88d9db2c2f45e850b89f1e95615efd26f06c0ce672ba06344ab75bbac3fbcde724cf39be65c2297b19", "versions": { "2012.02.22": { "bin": [ @@ -427,6 +427,20 @@ "http://youtube-dl.org/downloads/2013.05.14/youtube-dl-2013.05.14.tar.gz", "d697981eb21362427a6cd1a217019b8549fc723dbe06583672e4e9e202369980" ] + }, + "2013.05.23": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.23/youtube-dl", + "e18a553b74f4f2e991ed13455744cea3448cf2163684f7aaedbe243f39307fff" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.23/youtube-dl.exe", + "ce36cc0652d354dbbb51c0cfa436be17998bc22b4be314ddb287a5a28a664d79" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.23/youtube-dl-2013.05.23.tar.gz", + "5d31a5f5371dd7852acf68dd49bfb8068fe73a885fdb544ea28a9055369f6392" + ] } } } \ No newline at end of file