diff --git a/download.html b/download.html index 3e2d3cfc1..7507de405 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.01.23.2 (sig)

+

2015.01.23.3 (sig)

- Windows exe (sig - 2d735f3aece3a4b4812e6edeb1cfbcb43c7dd2db6521eda75346318b25f8d32a)
- Full source + docs + binary tarball (sig - 295fb246c119721b7dbe844fd21a8ca002eebdb48ac0bb37488321f2d96e3443) + Windows exe (sig - ce3867b6e38801d55da7c87a552c1f22038d9e8aa0c40d3bc29be020e28a1131)
+ Full source + docs + binary tarball (sig - 0f8bcc7b5ef11e219f0645423f9f1be0f0c3c2b15ed6b36b6f9cca240775f633)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.23.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.23.3/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/2015.01.23.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.23.3/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/2015.01.23.2/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/2015.01.23.3/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 22bdb3e46..f51c68fae 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.23.2 \ No newline at end of file +2015.01.23.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6587154a4..5d90ad6dd 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 - 2015-01-23T11:24:36.992449Z + 2015-01-23T12:21:26.700946Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7310,4 +7310,19 @@ 2015-01-23T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.23.3 + New version 2015.01.23.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.23.3/ +
+
+ + The youtube-dl maintainers + + 2015-01-23T00:00:03Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 211d684fd..7e92f21c7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.23.2", - "signature": "1a2d2593ab2d36fb591c5c3c9f8ce55bcf50057930fe9982fc9a856d8edb377654bc24a90876b91f2c7901ff4e70958aae965cad41c67b7c8c58810b286ee60166bae2ed576b5f9612b3ca752c4283cb3e69a461cca88fd71623e586980772bf9bb489ec3d485016d3dde2aab65236d09656d37cef2b0ad554804cba7414cac8", + "latest": "2015.01.23.3", + "signature": "598d20c6425659a9a3331eb00d29b084d0b5d14dca4f26c3230ca549caabb63a678fac4b855588a48d365b74514796593cbd504e276bfaa8f6917404a39e4eee9c1b2a48727d5c5c62cce334d01adcfe5549bc17ed6e43f5d9767c5525e7bfada18837a16d446b28109b376c1ae3dd59b839fe635b7852cc0882edb4bc1d32e3", "versions": { "2012.02.22": { "bin": [ @@ -6825,6 +6825,20 @@ "https://yt-dl.org/downloads/2015.01.23.2/youtube-dl-2015.01.23.2.tar.gz", "295fb246c119721b7dbe844fd21a8ca002eebdb48ac0bb37488321f2d96e3443" ] + }, + "2015.01.23.3": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.23.3/youtube-dl", + "c07f1643a8d5aad0568ae55ad7f6265187985e4e692c59659fa2825d61f56034" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.23.3/youtube-dl.exe", + "ce3867b6e38801d55da7c87a552c1f22038d9e8aa0c40d3bc29be020e28a1131" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.23.3/youtube-dl-2015.01.23.3.tar.gz", + "0f8bcc7b5ef11e219f0645423f9f1be0f0c3c2b15ed6b36b6f9cca240775f633" + ] } } } \ No newline at end of file