diff --git a/download.html b/download.html index f649b7d09..5c849d5a4 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.08.02.1 (sig)

+

2014.08.05 (sig)

- Windows exe (sig - 88e605770849d7113d181ca8a8c7e1fa788e73d93b319e874b41b5abaf964f0b)
- Full source + docs + binary tarball (sig - 0ace596a5292c893f28dfa64c6535ed846c742e6d744d8a25c18dcaebfdbc85e) + Windows exe (sig - 1d31671abccf7c5c802a70c3fc0d657d0ec9a57794cdf3fc00dc69f2d6700646)
+ Full source + docs + binary tarball (sig - 6e816d7444cadbd074459c852d988412ed7fb1b6216292da378229a95886a13f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.08.02.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.08.05/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.08.02.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.08.05/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.08.02.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.08.05/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 d8b4cb388..bd2e6b5c8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.08.02.1 \ No newline at end of file +2014.08.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 425b7419e..a301d063d 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-08-02T18:20:49.710384Z + 2014-08-05T17:24:37.631742Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5165,4 +5165,19 @@ 2014-08-02T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.05 + New version 2014.08.05 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.08.05/ +
+
+ + The youtube-dl maintainers + + 2014-08-05T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 75b6a7e52..4c9e2927b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.08.02.1", - "signature": "68ad63da739e74db5096ab73e8c93ed67673b18787331b05cdd526e20492f142e25e47b6e063a35596c9e6fb42bf4ee8f28f3fbc4b28a092a9dca0f8f5b487801669dce49cbc02c22d0db27ea6e9847f20927f2e7f6603534dafaaa5d4c3e8b853deb312bebc484ac9cfefd5d25eb369547b554fcc4eafef97e1f19349776e69", + "latest": "2014.08.05", + "signature": "5225823829eea5fa917980eb6afefb029289c39ba8e93d15c896d5686d6ac15a93fd401592d17b30c441be94f3e0ee2eb6a3741babc7126426804bd6f23fb25a14a46307bfc631d639cbc8230ff8b611afe87921ec4f6579cc9a9f07e898f44145095850ee1b174a0a83a0ff7798c54f425f4796e53d4eb797032d6a2d195cd5", "versions": { "2012.02.22": { "bin": [ @@ -4823,6 +4823,20 @@ "https://yt-dl.org/downloads/2014.08.02.1/youtube-dl-2014.08.02.1.tar.gz", "0ace596a5292c893f28dfa64c6535ed846c742e6d744d8a25c18dcaebfdbc85e" ] + }, + "2014.08.05": { + "bin": [ + "https://yt-dl.org/downloads/2014.08.05/youtube-dl", + "2d328d8a37ddeb13bf4a08c03e1ebe348a43ff6bd77f892c66fc2cf230c5fb96" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.08.05/youtube-dl.exe", + "1d31671abccf7c5c802a70c3fc0d657d0ec9a57794cdf3fc00dc69f2d6700646" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.08.05/youtube-dl-2014.08.05.tar.gz", + "6e816d7444cadbd074459c852d988412ed7fb1b6216292da378229a95886a13f" + ] } } } \ No newline at end of file