From 58efc4e3a8cc2507477f14f92d4e8e85ebe4858b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 27 Jan 2014 07:12:51 +0100 Subject: [PATCH] release 2014.01.27.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 974e58758..55ac1a68f 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.27 (sig)

+

2014.01.27.1 (sig)

- Windows exe (sig - 03599d737bd32e65c061db84db70ce04d16414a7beedc5091bb4b077a33004f7)
- Full source + docs + binary tarball (sig - d93493b250bb0f129701560526d7c193e825959ce1bd442ccead2edb74efdaac) + Windows exe (sig - df500c8fd1a46738a713413259790b98a36b20f30be6dfda20b903ed1ab34001)
+ Full source + docs + binary tarball (sig - d52812b635eaa8f3f42a6d75c6ef68fe9694a298afbee3e585e1d2b8c279e9a4)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.27/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.27.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.27/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.27.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.27/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.27.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 5b9afa595..6f2ea083c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.27 \ No newline at end of file +2014.01.27.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9daec9b6a..0ff15ab20 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-27T07:09:19.884074Z + 2014-01-27T07:12:50.158272Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3050,4 +3050,19 @@ 2014-01-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.27.1 + New version 2014.01.27.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.27.1/ +
+
+ + The youtube-dl maintainers + + 2014-01-27T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1d25d8e37..b14d3ee7f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.27", - "signature": "6b2abdb7990f5d862c95afd7ec58ca946f6a373f9dcd59b7e2e47a8e0d9b7109f3b664945d4c7172c4731a7885bcf20b62ac61405959e4c63b36a104d94489e0cbad07cd97e7f2a12261243ed20730982d3ed5236d7d9492e170b81e8f77fb1222dfab1d3ece1e8d261a9e8ccb798649b1ec8b1be7cbda1e392bc0fb4e3676e4", + "latest": "2014.01.27.1", + "signature": "22389d3087c3942bd05c457e7aacc0444427ed1f91fb92165543f10ac61f98ae86860a13950eac59aabbe8d2efdfa9223e4f720a409dbc490b547265f2c6313235df698285d9ddc80790bcb7132909f7378c72ea7df462c1bfb0133072e2b8646d54f4fba8da98de809d6e6330f3f9ee00905c914836016af517a7d852c7449a", "versions": { "2012.02.22": { "bin": [ @@ -2849,6 +2849,20 @@ "https://yt-dl.org/downloads/2014.01.27/youtube-dl-2014.01.27.tar.gz", "d93493b250bb0f129701560526d7c193e825959ce1bd442ccead2edb74efdaac" ] + }, + "2014.01.27.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl", + "edfaa0bbe6d4a00dfe2631d7ecf21157b17dcb2e33f3e4c722b4c5d2b0409b48" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl.exe", + "df500c8fd1a46738a713413259790b98a36b20f30be6dfda20b903ed1ab34001" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl-2014.01.27.1.tar.gz", + "d52812b635eaa8f3f42a6d75c6ef68fe9694a298afbee3e585e1d2b8c279e9a4" + ] } } } \ No newline at end of file