From 0fb9d3e3f85d5da4bf9d4c16fe191ad789b38ae5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 21 Apr 2014 02:49:04 +0200 Subject: [PATCH] release 2014.04.21 --- 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 819724bc7..52fc1a04c 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.04.19 (sig)

+

2014.04.21 (sig)

- Windows exe (sig - 0488ad8348c0b51e263e5316ec50a6bc2b7fb465449ef3d0f4b09592fce412ee)
- Full source + docs + binary tarball (sig - 83051e796758b023b53de3c5bff61fa78c9a6e17ea1ca22d9b6777d9de3c2553) + Windows exe (sig - 6e17720756751fc6c528b3895b3c2104d9824d12ea9b291a740543fd8a04fe56)
+ Full source + docs + binary tarball (sig - 829943adb56f927386c6d8a762a58a595a3d9d62d4c68034089f6260fcf3a393)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.19/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.21/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.04.19/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.21/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.04.19/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.04.21/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 e5473ade1..085858404 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.19 \ No newline at end of file +2014.04.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8761e5542..35ad3e849 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-04-19T12:46:40.934022Z + 2014-04-21T02:49:02.900567Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4490,4 +4490,19 @@ 2014-04-19T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21 + New version 2014.04.21 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.04.21/ +
+
+ + The youtube-dl maintainers + + 2014-04-21T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 95a7bc905..46d35d137 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.19", - "signature": "3f55d3e374e6d3672742499cfb7bb031dbd3ffc14b1b6503c19578c0f04e771c0e1f44e458dfc6b205168c1a7b195a365d5ee0f773cfeb3027f8dabd5fa16e618eadf155fdc84a3c0b3b6923806192fd2cc089b89a8415fa7a4528819f8facffefa0fa15f1e1ebadabbf6099b10501aae8175d78c44c07e28cb9dc3ceaed74af", + "latest": "2014.04.21", + "signature": "01f7a373535605837e91aaa84e910d06ff18d68d71ac6f1ae89037d5a4efbdad8a2c746fddbb08788abcd171745909ebf87fd1a4ade76c6698a21d21b4fa7cbef84ca86411dfec0ecb27b51aa278359fa76c513bf3819af0ab937af0beff02f077401b3fd61c98fef9499c173c27b906f955d7d71e88d83fc39b9b884bf703d3", "versions": { "2012.02.22": { "bin": [ @@ -4193,6 +4193,20 @@ "https://yt-dl.org/downloads/2014.04.19/youtube-dl-2014.04.19.tar.gz", "83051e796758b023b53de3c5bff61fa78c9a6e17ea1ca22d9b6777d9de3c2553" ] + }, + "2014.04.21": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.21/youtube-dl", + "25ef4e3b954bc96dde149805922c3471bc7b902504e484d9788320539a8c6592" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.21/youtube-dl.exe", + "6e17720756751fc6c528b3895b3c2104d9824d12ea9b291a740543fd8a04fe56" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.21/youtube-dl-2014.04.21.tar.gz", + "829943adb56f927386c6d8a762a58a595a3d9d62d4c68034089f6260fcf3a393" + ] } } } \ No newline at end of file