diff --git a/download.html b/download.html index 12dfeaf7c..f8682e410 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.12.13 (sig)

+

2015.12.18 (sig)

- Windows exe (sig - 33b5589120ed4ea4c2345de67fcfaaf3a7307642ecd39ea1cc0426ddc484fa45)
- Full source + docs + binary tarball (sig - 9c788925865ff559b6c9f124d35aed1125046efda7c6a386f0da59d4eac2ead8) + Windows exe (sig - dd6ff77eb3ee6a0728647902c1d8640a85d6cd8210c659361d45fd12c31c8a20)
+ Full source + docs + binary tarball (sig - d3f9414fb8fdb53d4fb742d198222ea3c75854aa837eb88dcd9731c768191e8f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.13/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.12.18/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /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.12.13/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.12.18/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /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.12.13/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.12.18/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 13155f197..4e82d87c9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.13 \ No newline at end of file +2015.12.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3e61adbc0..e68a8df20 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-12-13T10:56:16.036439Z + 2015-12-18T14:25:24.352874Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8915,4 +8915,19 @@ 2015-12-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.18 + New version 2015.12.18 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.12.18/ +
+
+ + The youtube-dl maintainers + + 2015-12-18T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2f5670554..92c497c0f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.13", - "signature": "2a0ecdc4fb253474a7abf18e2e374547c9243877495a4ed39ad89c02a3bf9dce8ed7a224beccdb55da9fd42cca96183a77a8d0c91e69ee85d6ef1b2093bc3c70227c5419dc0fc383a3d5223455fb93605822ee3c6c7816d53f75d222334405e1d62ecd52c7a493260168641f99763f403d31821361a72823af1af50b85beb9c3", + "latest": "2015.12.18", + "signature": "2be716b6beb8b4f94c87aa71193bcb2fb33eee26ad4d3eb7a8631c546500738b865b259879bb27b0306bfe4d628615980d6891bd0c8655697d0be471ff0c045a6c387a6ae9fc57e205c7d14ad949307e7dd7a81b437d5091c3bae6c25599482ce06e57f64880040e28f58804ce5a2898355e0b27f196ea2134ac755dc95a500b", "versions": { "2012.02.22": { "bin": [ @@ -8323,6 +8323,20 @@ "https://yt-dl.org/downloads/2015.12.13/youtube-dl-2015.12.13.tar.gz", "9c788925865ff559b6c9f124d35aed1125046efda7c6a386f0da59d4eac2ead8" ] + }, + "2015.12.18": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.18/youtube-dl", + "504df8bf4f2bce39b8f2c7bd5bf00a0b0c94a26223203e37c83de83b4eff8322" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.18/youtube-dl.exe", + "dd6ff77eb3ee6a0728647902c1d8640a85d6cd8210c659361d45fd12c31c8a20" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.18/youtube-dl-2015.12.18.tar.gz", + "d3f9414fb8fdb53d4fb742d198222ea3c75854aa837eb88dcd9731c768191e8f" + ] } } } \ No newline at end of file