diff --git a/download.html b/download.html index ea0ed5dbd..149f0981a 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.11.15.1 (sig)

+

2014.11.16 (sig)

- Windows exe (sig - 924bca7f2f0fe672b66d23fd0f8fafb74be170c607d38d89974d16c32842c3c1)
- Full source + docs + binary tarball (sig - a28ae7a21ab2550d7bd2c4cb25ac45ac60510b4477c838c4b6870885d79a5020) + Windows exe (sig - 7193a3f8a5303683d71573e1e8a6ebd647dc48cc41609ad01d799efba3ff19d9)
+ Full source + docs + binary tarball (sig - 78f0e7e4edbae25d12d6a9964b23c61cc9fa8fc7f02d0371e985465e7f2b1244)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.15.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.16/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.11.15.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.16/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.11.15.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.11.16/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 710509eac..2cedfcf65 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.15.1 \ No newline at end of file +2014.11.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 716c6acee..0b2478622 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-11-15T15:24:57.235897Z + 2014-11-16T00:54:36.118572Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6350,4 +6350,19 @@ 2014-11-15T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.16 + New version 2014.11.16 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.16/ +
+
+ + The youtube-dl maintainers + + 2014-11-16T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 309c295dd..e4b8706d6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.15.1", - "signature": "4c564aa3831a9e71feedaccfc5c00ac828f8bb0a260f9a26600f11142cedf39e5243007b8d7f7760c64a85c89e56e0781c59d8167cc85c89d06a0ee61bf740598a235267bd41555c06badd58ce9ceebe120234d56700fd658fa33e0196ee0ac1af0029ccb3a45273da8311987c5291b01288f24f73dfb676b0b16da3f4098f6b", + "latest": "2014.11.16", + "signature": "7cdaf675b7f7abc3d78be7e08b465b2d1e32f27b00ff6e54444170e9e1ac2f158f63940f065348ac06d67d9c0cb6847931b4ecfc0b787f4aa592d979455b117656d65fe13b4fd4356ff145d017d4bdf2d56f0433e884b8b34c721bba9ab2409290cd9dd430be1cb169c7cae6e63af25e991b3b6aefbdd2581304da5a85a1fd3f", "versions": { "2012.02.22": { "bin": [ @@ -5929,6 +5929,20 @@ "https://yt-dl.org/downloads/2014.11.15.1/youtube-dl-2014.11.15.1.tar.gz", "a28ae7a21ab2550d7bd2c4cb25ac45ac60510b4477c838c4b6870885d79a5020" ] + }, + "2014.11.16": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.16/youtube-dl", + "c1d7784f2c616ae48fe2b2721fb2a95bfdc1bbe9a11de065a2df690276c78df6" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.16/youtube-dl.exe", + "7193a3f8a5303683d71573e1e8a6ebd647dc48cc41609ad01d799efba3ff19d9" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.16/youtube-dl-2014.11.16.tar.gz", + "78f0e7e4edbae25d12d6a9964b23c61cc9fa8fc7f02d0371e985465e7f2b1244" + ] } } } \ No newline at end of file