From 1af2a670f8bff93441013e39f572bfe8d1a44fd0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 6 Jan 2014 19:29:39 +0100 Subject: [PATCH] release 2014.01.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 3e8c27631..0f2f37c95 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.01.06 (sig)

+

2014.01.06.1 (sig)

- Windows exe (sig - 79e1046cffe9d2b8999e264259fcfe83b03196e2f2727ea64c7f1fa965e62081)
- Full source + docs + binary tarball (sig - 87b806416aa7aef3d8f4ad5d32c6ead95a3e6acc4bf740fa2b4a34a5462e0562) + Windows exe (sig - 88535f3cd174a8fb74fbaee6fe5cb671f86152703ed7486a7573b8e36bcf8e94)
+ Full source + docs + binary tarball (sig - 96c707d32bd95de83cba5f8abdac9b6e642070758d32a1a09aac3a96e43ee05c)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.06/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.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.01.06/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.06.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -49,7 +49,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.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.01.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 9e49a43d4..3a1aa9d7d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.06 \ No newline at end of file +2014.01.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4d5955b4b..1092b5a85 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-01-06T17:50:12.094344Z + 2014-01-06T19:29:37.912904Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2690,4 +2690,19 @@ 2014-01-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.06.1 + New version 2014.01.06.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.06.1/ +
+
+ + The youtube-dl maintainers + + 2014-01-06T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6de754fb9..35186070d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.06", - "signature": "70c9adb9c15922a51a06df0cb20963e039980e49d48ef56f4de8cdfca4958107cc0d16711a23ab4229b4ac654ccc26f211078d635b8d9c9276264849bd49ecba03eda22d646efdb06c4c5811df3154d63232189efaa3b5c74143e06966560195a566a816732244bbcfaf4b2e227da3c8e869f9ebd9bd8040daddeada321b33c2", + "latest": "2014.01.06.1", + "signature": "5be5e1b339a26c36a6a72effb8ae7c36c586f77c9b72a74eade370353da82706224e4045b09d8badab5a23c3902dcb3c9371cf9738fd52a0b256444655b4a1bbee4896313be66dbbb58a83c8cae722b4dbdcad0de2cb4c91e8741c776d1984c34b1010a0046d827527f2e07beed3a8e544ae7201e8a359e0b3e42bbfb3910e38", "versions": { "2012.02.22": { "bin": [ @@ -2513,6 +2513,20 @@ "https://yt-dl.org/downloads/2014.01.06/youtube-dl-2014.01.06.tar.gz", "87b806416aa7aef3d8f4ad5d32c6ead95a3e6acc4bf740fa2b4a34a5462e0562" ] + }, + "2014.01.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl", + "a4efb33d0e9f8a8cbaaae7654e866f420308b4c390a7f31fa55e2c338fe3eca9" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl.exe", + "88535f3cd174a8fb74fbaee6fe5cb671f86152703ed7486a7573b8e36bcf8e94" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl-2014.01.06.1.tar.gz", + "96c707d32bd95de83cba5f8abdac9b6e642070758d32a1a09aac3a96e43ee05c" + ] } } } \ No newline at end of file