From 7be418c4320e9bef8c8c077e24cf7a9634e17508 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 6 Dec 2014 00:52:04 +0100 Subject: [PATCH] release 2014.12.06.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index b5050a8ff..a5d519c50 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.12.06 (sig)

+

2014.12.06.1 (sig)

- Windows exe (sig - 42905d098bb09a07dde155df13e65ecb3443104e583efb37eddc0031d8aded5e)
- Full source + docs + binary tarball (sig - 5bd74112f1be5f0828d0e75609b3c568abcaab292185c6c33ac469db82000eb0) + Windows exe (sig - 63996670e549ab5194fb007209116541b0ae74ddd8e8ff2feb92dd870b550926)
+ Full source + docs + binary tarball (sig - 5009555b95252864d0df151775529efeef041e1c7e49be8fbeee6eb459efdd1e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.06/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.06.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.12.06/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.06.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.12.06/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.12.06.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 490ea43d5..c4cd5f7e8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.06 \ No newline at end of file +2014.12.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index aa48f54af..cc52d0fb2 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-12-06T00:47:29.798245Z + 2014-12-06T00:52:03.504080Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6650,4 +6650,19 @@ 2014-12-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.06.1 + New version 2014.12.06.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.06.1/ +
+
+ + The youtube-dl maintainers + + 2014-12-06T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6ac2d9f6b..d0ffd3c4b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.06", - "signature": "15ce78dfb9b1698a467be1c473d4d205ad3708a564f805d6949ecce9ae95805a19b916f5ad0bccf57bcccc331bd88df4edafbabd2253dcc7dbe4dcf70b9078857c77011758bb02e068a2bc6f89a1fdd6a900709157c5d799a48b0b08b7a41d5738e3c9333a01bbb0d101ba31a1c569cf00717f398ecc11af93ae1b566ebf8a09", + "latest": "2014.12.06.1", + "signature": "0e4daa7e92dfb30a9409d8a47e9f80fb0a99479d00a68a7ef387776e67d573e2c8d1aa27255d047483f0a649eab249066681a4febeb0983d85208c35f90f9442508a182ca4d8fcd75adafa1f3c07375b14a863f645f46f4cbcbce73be75bf4ccb3c5d69be8e56e8d54253684c47ab1b965d4d1f9cfbd51bf9ffba7c412bfd3cd", "versions": { "2012.02.22": { "bin": [ @@ -6209,6 +6209,20 @@ "https://yt-dl.org/downloads/2014.12.06/youtube-dl-2014.12.06.tar.gz", "5bd74112f1be5f0828d0e75609b3c568abcaab292185c6c33ac469db82000eb0" ] + }, + "2014.12.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.06.1/youtube-dl", + "63a0e89af5f54da876a91207473fc528c2f9b05ee86e475a7b74855e38be3a6a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.06.1/youtube-dl.exe", + "63996670e549ab5194fb007209116541b0ae74ddd8e8ff2feb92dd870b550926" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.06.1/youtube-dl-2014.12.06.1.tar.gz", + "5009555b95252864d0df151775529efeef041e1c7e49be8fbeee6eb459efdd1e" + ] } } } \ No newline at end of file