diff --git a/download.html b/download.html index 5e2954d04..d5ab07d9b 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.07.23.1 (sig)

+

2014.07.23.2 (sig)

- Windows exe (sig - fd66024dd096ada0721ebc56677e7859611f24451d83c7b3f34dd10f5a3ec9a3)
- Full source + docs + binary tarball (sig - 8854b31e3cb10176e3284206ef96d56b2bc647f99a970953198340a094965d4a) + Windows exe (sig - 48a51c88325fbc1759f119a4e8960f986b042dafe6028b9cf68b6524ca9c1b21)
+ Full source + docs + binary tarball (sig - 2247e3de94ddc0796473569ea3dc79163c77b4c29dfa10c186e343c670bdfb80)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.23.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.23.2/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.07.23.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.23.2/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.07.23.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.07.23.2/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 aed7a4b21..9fdf90c51 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.23.1 \ No newline at end of file +2014.07.23.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 58d5155d4..8ec591b35 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-07-23T01:33:39.191127Z + 2014-07-23T02:29:04.258618Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5060,4 +5060,19 @@ 2014-07-23T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.23.2 + New version 2014.07.23.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.07.23.2/ +
+
+ + The youtube-dl maintainers + + 2014-07-23T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 425a67a4d..f871dcea5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.23.1", - "signature": "3eaaaec903004572617a8f0985159ae9c556708d0ce024fd98eb72ac1c246af72198a03caa9c06d08e997bbf787c8e89d2fe143f37c0272a0fce9ab0d25e0ac9e5fafb9d85bcf037d9a9d90d87d9d4326a4d9c148251ea99190bef3dd1055087fe604826a527a3c5f47e607b6adcffe46956254ebbe22b42fc8c21e87090bb8a", + "latest": "2014.07.23.2", + "signature": "0b0262e74ce42de63c514b445e4f349f67057de52de854f67e1b4bede568ef3f70279c73a7982d9258d4a6bcca0425b8516303d6986dc2015639dfe8e7fb3661c261bdf7bf7bfcb1588b4c1c92b39187ff05785c2a6b9bcd7a058005261f110204de632d2e3e02502670fdc294e2afa1d747ee5fd903a638701366c1294d4f18", "versions": { "2012.02.22": { "bin": [ @@ -4725,6 +4725,20 @@ "https://yt-dl.org/downloads/2014.07.23.1/youtube-dl-2014.07.23.1.tar.gz", "8854b31e3cb10176e3284206ef96d56b2bc647f99a970953198340a094965d4a" ] + }, + "2014.07.23.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.23.2/youtube-dl", + "7b5c050168b94e0a74b599007549fe9569595a1fa1f0089e01380e09608a57fe" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.23.2/youtube-dl.exe", + "48a51c88325fbc1759f119a4e8960f986b042dafe6028b9cf68b6524ca9c1b21" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.23.2/youtube-dl-2014.07.23.2.tar.gz", + "2247e3de94ddc0796473569ea3dc79163c77b4c29dfa10c186e343c670bdfb80" + ] } } } \ No newline at end of file