diff --git a/download.html b/download.html index d15364012..c9b56eb8a 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.24.6 (sig)

+

2014.08.25 (sig)

- Windows exe (sig - db475a03051ee4975c5d865c72eae6d0c3ca6f0b994a32daba0f2c6b2b7a070b)
- Full source + docs + binary tarball (sig - f613b4e295d1b3a1e71429082c337ea402debd56339a4b8d27de9e4a8af13fc7) + Windows exe (sig - 3dd608b96012139901160b779ec41cc42716de49b79094c0c82067a22147dfc3)
+ Full source + docs + binary tarball (sig - 5370882c3968d2944186d5ae7d2fc0e9c1b1cb734dfe4d44312fba82045ca54c)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.08.24.6/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.08.25/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.24.6/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.08.25/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.24.6/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.25/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 07c3496cd..1a8c0b9d4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.08.24.6 \ No newline at end of file +2014.08.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2badffc7e..b96317f9b 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-24T15:24:01.033591Z + 2014-08-25T09:42:25.495552Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5405,4 +5405,19 @@ 2014-08-24T00:00:06Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.25 + New version 2014.08.25 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.08.25/ +
+
+ + The youtube-dl maintainers + + 2014-08-25T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8abd5ac77..7837713a1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.08.24.6", - "signature": "2eedc7d8039493c2068be902f8e0684976645e70b2c43fffb04f99a5554f75d55e8fc981625f7e1d27dd2ca257f1c7176da35388a9616c35a9f69a1492f2204489513b10671dbece1b68f6dd22df1a0c56d092814bf552a8ec661241c38c30a1549a85eec6cc13604e91a3f6e927198a5314b01d0e31810169086dcf09a68850", + "latest": "2014.08.25", + "signature": "2cf118e73e53f617ec1f89e425538c7c49072edd82d47016e7dcfebe23409ad26dee5984c3ed7b557ba12e247ce4bfce0deb1f063e94772f63b8871576028b39e52d1282a210e01212f1ba7fd4c6685d52a7402fa695c2650cefac4ec611b5f6d47903e2d244c330eebdba26fef73018dbc5436e32969df66d307525de63db62", "versions": { "2012.02.22": { "bin": [ @@ -5047,6 +5047,20 @@ "https://yt-dl.org/downloads/2014.08.24.6/youtube-dl-2014.08.24.6.tar.gz", "f613b4e295d1b3a1e71429082c337ea402debd56339a4b8d27de9e4a8af13fc7" ] + }, + "2014.08.25": { + "bin": [ + "https://yt-dl.org/downloads/2014.08.25/youtube-dl", + "0ca33562826c2a363f8c55a9502eecf8c826196c0965a9811181e35e9ea2fce7" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.08.25/youtube-dl.exe", + "3dd608b96012139901160b779ec41cc42716de49b79094c0c82067a22147dfc3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.08.25/youtube-dl-2014.08.25.tar.gz", + "5370882c3968d2944186d5ae7d2fc0e9c1b1cb734dfe4d44312fba82045ca54c" + ] } } } \ No newline at end of file