From 00ea5a500da380c6d0fbddb724ed10d54435aefe Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 30 Jan 2015 04:49:09 +0100 Subject: [PATCH] release 2015.01.30.2 --- 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 db97b7de8..c57738830 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.01.30.1 (sig)

+

2015.01.30.2 (sig)

- Windows exe (sig - 001993cef1c20bbfd4419224a325726a5d210d12e409103b37f7874a6f49abb5)
- Full source + docs + binary tarball (sig - 334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6) + Windows exe (sig - 02551d0fab2df16a5a043f340251093e105ad8b6301d166de18009cadf5b10e9)
+ Full source + docs + binary tarball (sig - 95268ab14425c5ab1d13b338400d9611f0b06d64812c7ed44c2c3e4c8ae8d503)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.30.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.30.2/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/2015.01.30.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.30.2/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/2015.01.30.1/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/2015.01.30.2/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 d80bb7117..953dfdd41 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.30.1 \ No newline at end of file +2015.01.30.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 399cb7ea7..63f3b8f45 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 - 2015-01-30T04:02:36.113724Z + 2015-01-30T04:48:57.738650Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7370,4 +7370,19 @@ 2015-01-30T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.30.2 + New version 2015.01.30.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.30.2/ +
+
+ + The youtube-dl maintainers + + 2015-01-30T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 15cafa584..9688517a2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.30.1", - "signature": "6465fafc44a7df3a9d820f0d543a69db6e225376ef00c57063bd8433a7233d4fd2d2b1c34d590f587d00b3ebb73c12daf110509bf79e5a0748bad7fe88591feba5e2381daffee01cb38ed413c26535b935917ce799bd9642f562a2a3b7f8d96dfee9df204467a7d2405df473251b5611bff55e1491867c29f481235e0e5eb000", + "latest": "2015.01.30.2", + "signature": "62ab3f2be20254b4935cf8315dcf135a9a55dba2eb07f85ec96f695db0166115c527fbdd72328cd0bf16261b403834de1ff7e413daa69c50f93e7158bd000881e94f26c054a27ca0e191c4f23a0f9979b73852b524e47e270bd568d7b1c8a5965d14df758128ca16fa85df5d99aeca7dbbffc001ddefb9d6d3f7fd25bd9c349e", "versions": { "2012.02.22": { "bin": [ @@ -6881,6 +6881,20 @@ "https://yt-dl.org/downloads/2015.01.30.1/youtube-dl-2015.01.30.1.tar.gz", "334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6" ] + }, + "2015.01.30.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl", + "629bbca75c64531ba0dc812dfbc22668f5b424db97973eb88e7ec3251b619442" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.exe", + "02551d0fab2df16a5a043f340251093e105ad8b6301d166de18009cadf5b10e9" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl-2015.01.30.2.tar.gz", + "95268ab14425c5ab1d13b338400d9611f0b06d64812c7ed44c2c3e4c8ae8d503" + ] } } } \ No newline at end of file