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

+

2014.11.12.1 (sig)

- Windows exe (sig - dd78496c66fa8270021b0b46e158d4bb452b39b8c268a2a8d6650055a4d2a839)
- Full source + docs + binary tarball (sig - d8860cfb195b7a0f810582c5c694e401c0cf283bf839ecf50bdcf1d7f8f65cb2) + Windows exe (sig - 348727dd377d84a225c717857cc87d09ee29ade3d7e6b3c3232ae5fd003293fc)
+ Full source + docs + binary tarball (sig - 42cbf5fa4cffc1b590ead1cb980ec7b3bca70e474c474b41f25fb0a8a688fbc4)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.12/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.12.1/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.12/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.12.1/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.12/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.1/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 9e229dbe0..b2b3482c1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.12 \ No newline at end of file +2014.11.12.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0d3b04678..659a027c2 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-12T09:17:44.638355Z + 2014-11-12T11:47:32.270872Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6230,4 +6230,19 @@ 2014-11-12T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.12.1 + New version 2014.11.12.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.12.1/ +
+
+ + The youtube-dl maintainers + + 2014-11-12T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8ec750d9a..bddded683 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.12", - "signature": "90f78a1b1c77fd0128eee77cdf5471908ab89c428f5d09c72511f0a6fb103833223055eab1917d70ec32938e30be6e97058c4baf26daedac8e0eebeac593750c737cc8d77f06e510f494dd8d6ce93c6e528ef071bcef1b72282c56a5f77cd1cf61b45ef48e5ce59ef28b9b67e32586db4f2eba5afea04b10b799244469e4d798", + "latest": "2014.11.12.1", + "signature": "6d1a30bf29500bf67c59aef454e8edf29767828ef3a21b602e92cd28083bc0b312c0ed1d4d5f3db9d489b2a8ef08daabda84ef532d69763745ed0d9d5d80628a0550c4cbed22c3f7c5839acb6958442d4ade03c03b5162490177cc963e223ac23b3a96b6c8abb2916b83cd2e2a9e9edf29c50952444e54291cc2c03bc58f717d", "versions": { "2012.02.22": { "bin": [ @@ -5817,6 +5817,20 @@ "https://yt-dl.org/downloads/2014.11.12/youtube-dl-2014.11.12.tar.gz", "d8860cfb195b7a0f810582c5c694e401c0cf283bf839ecf50bdcf1d7f8f65cb2" ] + }, + "2014.11.12.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.12.1/youtube-dl", + "97c488f96aa8f7b57f3303e9a006adc550772d2ff3aa5f796e7b14de0d42699b" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.12.1/youtube-dl.exe", + "348727dd377d84a225c717857cc87d09ee29ade3d7e6b3c3232ae5fd003293fc" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.12.1/youtube-dl-2014.11.12.1.tar.gz", + "42cbf5fa4cffc1b590ead1cb980ec7b3bca70e474c474b41f25fb0a8a688fbc4" + ] } } } \ No newline at end of file