diff --git a/download.html b/download.html index 1270bf6ef..953424bc7 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.08.28.1 (sig)

+

2013.08.29 (sig)

- Windows exe (sig - c5808b8f4cdfedba74eae81ce2094ccfe64db62665262a95f374ffdd8780de0e)
- Full source + docs + binary tarball (sig - a6ed1a60299f4f8df3b73015d84eed23db6ac400d607a97ebfec867821253c27) + Windows exe (sig - 999521d7b24e3f598bb839a81c178818bd72d503f94417fbfaebebe37db0c428)
+ Full source + docs + binary tarball (sig - 937cfd1c16e6e8570a89aae21441aa14580c6ec4c9d0f828a0722ecd48ab7943)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget https://yt-dl.org/downloads/2013.08.28.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.08.29/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 https://yt-dl.org/downloads/2013.08.28.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/2013.08.29/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 85d78f794..28d9accf9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.28.1 \ No newline at end of file +2013.08.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 20bdaba63..3638478e8 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-28T19:29:09.467282 + 2013-08-30T00:06:31.210212 youtube-dl-2012.02.22 @@ -1189,4 +1189,19 @@ 2013-08-28-1 + + youtube-dl-2013.08.29 + New version 2013.08.29 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.08.29/ +
+
+ + The youtube-dl maintainers + + 2013-08-29 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f0b83a428..f2d323dbb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.28.1", - "signature": "6ca716e2cde46a9161f97268d6124fbaaf268bd5b4e3fa6d5a9b2d74349db8aee1b29ecda7f648a3544c5b607262eb171d150bce2ce4aba6d9c305536619cf740fcab1f95968ef1e3799d6b5eed4dab0cbf1f6b3bf29435a3c00cf6d7db98aeb02083b384d6611d573d8a555991980ecfdbe56d0ac04537f80f5105f86fb170d", + "latest": "2013.08.29", + "signature": "926c4b051c1bf42e4106cd34b5f5a68e444d6ec357eae62834c1266e0721c1cb9ff3563479e46b411bdf3d65687be889ab07427f828fb4141fe4db159472919a5b6f4859aa7669cb56e4f3eb0d23b05a9b3338bb76eb39444a75e7cd96e0d2bcc0cd0996bfb1574277dec7e56eb63909c938908ee3ef2d223610c5e0f8a9847e", "versions": { "2012.02.22": { "bin": [ @@ -1113,6 +1113,20 @@ "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl-2013.08.28.1.tar.gz", "a6ed1a60299f4f8df3b73015d84eed23db6ac400d607a97ebfec867821253c27" ] + }, + "2013.08.29": { + "bin": [ + "https://yt-dl.org/downloads/2013.08.29/youtube-dl", + "7b2fb9b1401faacf0d1cf5f603c34d48af77bfa8d239a531a38c363c28c9f6a7" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.08.29/youtube-dl.exe", + "999521d7b24e3f598bb839a81c178818bd72d503f94417fbfaebebe37db0c428" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.08.29/youtube-dl-2013.08.29.tar.gz", + "937cfd1c16e6e8570a89aae21441aa14580c6ec4c9d0f828a0722ecd48ab7943" + ] } } } \ No newline at end of file