diff --git a/download.html b/download.html index 82d636f9b..0cb0654e8 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.09 (sig)

+

2014.11.12 (sig)

- Windows exe (sig - f7ef4e502ed7a71a1682985b05df305be1dfc5183a1e5684c8ffa0aec502a1b6)
- Full source + docs + binary tarball (sig - 088bdcc8ac90b8ea697d8fb8a81d539ae751fdcf150130c8351f834f4ee51b50) + Windows exe (sig - dd78496c66fa8270021b0b46e158d4bb452b39b8c268a2a8d6650055a4d2a839)
+ Full source + docs + binary tarball (sig - d8860cfb195b7a0f810582c5c694e401c0cf283bf839ecf50bdcf1d7f8f65cb2)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.09/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.12/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.09/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.12/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.09/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.12/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 3d31bb0ca..9e229dbe0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.09 \ No newline at end of file +2014.11.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a9157809b..0d3b04678 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-09T22:37:20.142685Z + 2014-11-12T09:17:44.638355Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6215,4 +6215,19 @@ 2014-11-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.12 + New version 2014.11.12 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.12/ +
+
+ + The youtube-dl maintainers + + 2014-11-12T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f7da545a6..8ec750d9a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.09", - "signature": "3af03ceef7467afc763df9f2695d1d22aac7fedd3b33ab486a238ddcf8ee38f2e74d778ceae4f60dd3d14a6d137a6a96170d24d4570ecf4cc051942aec0a868242ee5996576785f5c775afcb1ef5bac4757f824d4407e3334fdc3483cd750b108a137cceb9dfa5db1c347b528085950467605ad802bc4fde9b6c8de41c8167d7", + "latest": "2014.11.12", + "signature": "90f78a1b1c77fd0128eee77cdf5471908ab89c428f5d09c72511f0a6fb103833223055eab1917d70ec32938e30be6e97058c4baf26daedac8e0eebeac593750c737cc8d77f06e510f494dd8d6ce93c6e528ef071bcef1b72282c56a5f77cd1cf61b45ef48e5ce59ef28b9b67e32586db4f2eba5afea04b10b799244469e4d798", "versions": { "2012.02.22": { "bin": [ @@ -5803,6 +5803,20 @@ "https://yt-dl.org/downloads/2014.11.09/youtube-dl-2014.11.09.tar.gz", "088bdcc8ac90b8ea697d8fb8a81d539ae751fdcf150130c8351f834f4ee51b50" ] + }, + "2014.11.12": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.12/youtube-dl", + "130ab9ea0d3c494abd7ea378552d76164349410fa30ae9fbf43f6af8337c4a05" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.12/youtube-dl.exe", + "dd78496c66fa8270021b0b46e158d4bb452b39b8c268a2a8d6650055a4d2a839" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.12/youtube-dl-2014.11.12.tar.gz", + "d8860cfb195b7a0f810582c5c694e401c0cf283bf839ecf50bdcf1d7f8f65cb2" + ] } } } \ No newline at end of file