diff --git a/download.html b/download.html index 2d5d3a24a..96db72900 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.

-

2013.12.16.3 (sig)

+

2013.12.16.4 (sig)

- Windows exe (sig - 3dd4e71577f8373f09927f7f7d672b84432ac1d8de7cf15929b076d90d27c856)
- Full source + docs + binary tarball (sig - 6f7433e779ae1845e9d730feff104ca1ce506afdb91387f5242ebcd7c9897fae) + Windows exe (sig - 3a272383344578028d736aee058d06528194c41c38fe4aa907c1cc0c895426b8)
+ Full source + docs + binary tarball (sig - ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2)

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

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.12.16.3/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.12.16.4/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 8db2bbaa0..79011d0a2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16.3 \ No newline at end of file +2013.12.16.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cd8420ffe..111db9d47 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T14:46:46.844854 + 2013-12-16T21:14:05.584409 youtube-dl-2012.02.22 @@ -2389,4 +2389,19 @@ 2013-12-16-3 + + youtube-dl-2013.12.16.4 + New version 2013.12.16.4 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.12.16.4/ +
+
+ + The youtube-dl maintainers + + 2013-12-16-4 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7190aafcc..bc7f5809c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16.3", - "signature": "5012c6b422e58f1468253946ad3d9e2f88da4e751cc867d31aa22d5068979d9b926d026ae5b81994873fabea9a62454ed340ad0e65a8cce52a514f69b01c3f544ddff1b329be7d55ea3a9d8404caacf371fdb07af41b3241b31439a666e648f51da9424a80d024a1d137607ea034b25d3de6dcc2ada0c78e9c8cafbfbf9e05d7", + "latest": "2013.12.16.4", + "signature": "892fa2b117eb14bfee4fea1a833a75cb9d4af8258bec8b176c67f136ff032d80565ced88e368b37fcc650f07b28dffa36b2860a80fe4557db916eacd88d9ba87d8e3d370b2c8e1ff640a77814bc6966034499979922e36f10987719abc985fd97dd250397ba9a3f74f9184f778424f33bc6d8bcdb15fc375b158a1c9fe51dea6", "versions": { "2012.02.22": { "bin": [ @@ -2233,6 +2233,20 @@ "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl-2013.12.16.3.tar.gz", "6f7433e779ae1845e9d730feff104ca1ce506afdb91387f5242ebcd7c9897fae" ] + }, + "2013.12.16.4": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl", + "c1b938f85d89f797da9c322857593eb0ff38463c57b78f18674d6eb3314829b4" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.exe", + "3a272383344578028d736aee058d06528194c41c38fe4aa907c1cc0c895426b8" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz", + "ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2" + ] } } } \ No newline at end of file