From 9bb483f879472b93bb3d62ffa8448e996ed32261 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 12 Dec 2014 18:29:19 +0100 Subject: [PATCH] release 2014.12.12.7 --- 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 8195ec391..fe23f7f4f 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.12.5 (sig)

+

2014.12.12.7 (sig)

- Windows exe (sig - 7398bf9c1583779a95da3502f83641d0d442c2f92e95be09a5efaefd64f3950a)
- Full source + docs + binary tarball (sig - 40a30a461e73acfa806e8c5656f213983aeecc5120967da14233eeedcb693969) + Windows exe (sig - 75172d51820dda90a6967013d1aee02590b9181e74f8c47a6593bfaad983fecc)
+ Full source + docs + binary tarball (sig - fbd70a8cdbcdd0e788a7c9a91c5a25b84bd11eb1695139e4803e7ac4ff4f163d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.12.5/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.12.7/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.12.5/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.12.7/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.12.5/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.12.7/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 319dfa025..33a94d20d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.12.5 \ No newline at end of file +2014.12.12.7 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 58c21ef67..76d1ff5fb 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-12T17:48:38.365009Z + 2014-12-12T18:29:18.005407Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6800,4 +6800,19 @@ 2014-12-12T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.12.7 + New version 2014.12.12.7 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.12.7/ +
+
+ + The youtube-dl maintainers + + 2014-12-12T00:00:07Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2519ca831..fb1331583 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.12.5", - "signature": "6934fe63eb308e82b9040fd27ac98c144cbb6c79d132305d56a82f2e2d3cb4a6853d6b07d5a11b6105dcd9c937699404ab784002d731cd078af06b97dce506dcce72c6684153b17ccf434b7978a310103e13212644b0483266d20da3307427ab1ed7b56ff4b8b3f7a4ab02c48b298b319f50c0c1649ea4749e2d23c92c88d659", + "latest": "2014.12.12.7", + "signature": "0a310aa185d30f2aac2bd1c3fa302110283905c7b1474b64574a8d1dbfc4986c13ed8d1fe9a693085592c8d2e519dc47993bd6ce3dbbf72507f7bf0f4289613acc5f65835319d0f6204b46105857ccbb737a5eb68bb31488d83ef9c2bb18a63e670625d0b721c2025d86f141c22ca10cd5dee24122975f3c544bc99a475e5e49", "versions": { "2012.02.22": { "bin": [ @@ -6349,6 +6349,20 @@ "https://yt-dl.org/downloads/2014.12.12.5/youtube-dl-2014.12.12.5.tar.gz", "40a30a461e73acfa806e8c5656f213983aeecc5120967da14233eeedcb693969" ] + }, + "2014.12.12.7": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.12.7/youtube-dl", + "616fce5230a3e3540bba2e1ff15b0ac71e688bc45be72d774d2c0e2cbff1fa44" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.12.7/youtube-dl.exe", + "75172d51820dda90a6967013d1aee02590b9181e74f8c47a6593bfaad983fecc" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.12.7/youtube-dl-2014.12.12.7.tar.gz", + "fbd70a8cdbcdd0e788a7c9a91c5a25b84bd11eb1695139e4803e7ac4ff4f163d" + ] } } } \ No newline at end of file