From 77d02342d1745f83d37fc3918c85b831d9192395 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 3 Feb 2014 15:26:38 +0100 Subject: [PATCH] release 2014.02.03.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 379eeae67..df3fcfb61 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.02.03 (sig)

+

2014.02.03.1 (sig)

- Windows exe (sig - 0bf4aad4ed862064ea87e3bc8a379efc00c3e38ed2d2d9224a98accf493ab640)
- Full source + docs + binary tarball (sig - 394aac721d49e27039a7cca20c23b92e01346f690e64d528eb071e29ce9b462d) + Windows exe (sig - 169da9e4d609dda551043b4fe68621e51642e5e51b89b18961dfd1138fce38f4)
+ Full source + docs + binary tarball (sig - ebfe94cf80ee88fc2c34dbc594332432ad2d2db6216cdaae9cbe115e6cfa9bd2)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.03/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.02.03.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.02.03/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.02.03.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.02.03/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.02.03.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 fffb8ed87..d9d28df68 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.03 \ No newline at end of file +2014.02.03.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 56d61848a..9b556f33d 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-02-03T06:58:52.722280Z + 2014-02-03T15:25:34.388650Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3170,4 +3170,19 @@ 2014-02-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.03.1 + New version 2014.02.03.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.02.03.1/ +
+
+ + The youtube-dl maintainers + + 2014-02-03T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 57c0c2121..400aafc36 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.03", - "signature": "61a368d16afb568418d7eaf7654329bc6bd2bce01367e45085e6f269110c57835efc517190507566e0391e1df4a10fd5181499ab9046204fd1457f149c339e2750c1ceba0cecfacbf2fe01f7370315f1d7c660f9951de35ff158ebc5fd795c35ed72d0b6ca1a4869baac3d7c22f3022814cdd7e5fe48354c6559fb515a83f8fd", + "latest": "2014.02.03.1", + "signature": "51025dc25524fabe53d9f977c9ff8a44820c43e74fbb0c2acdbbcabc50a06d126d99535fa2d9091f08701e7a4330515e003eef96e0b6bbecbb7b5da3f2abf59387636d03fc3adc989b63c203626aae9e24174e966407c7f9b9b348495e1ef760dd0bdd6c8b7ff720b9d4a156a0f52ff686665f1570124a74f2c9aa2fc6795719", "versions": { "2012.02.22": { "bin": [ @@ -2961,6 +2961,20 @@ "https://yt-dl.org/downloads/2014.02.03/youtube-dl-2014.02.03.tar.gz", "394aac721d49e27039a7cca20c23b92e01346f690e64d528eb071e29ce9b462d" ] + }, + "2014.02.03.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl", + "2410d717a4a497a6dcf65cd25eb5d915cd486d838b3f5b05e1c15ec485d254fe" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl.exe", + "169da9e4d609dda551043b4fe68621e51642e5e51b89b18961dfd1138fce38f4" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl-2014.02.03.1.tar.gz", + "ebfe94cf80ee88fc2c34dbc594332432ad2d2db6216cdaae9cbe115e6cfa9bd2" + ] } } } \ No newline at end of file