From b59fb8d81b3a1bd8f8fa8ad0931f445349ee1999 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 3 Jan 2015 18:38:38 +0100 Subject: [PATCH] release 2015.01.03 --- 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 6b46bc702..a9224be2b 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.

-

2015.01.02 (sig)

+

2015.01.03 (sig)

- Windows exe (sig - b470e52956fa4784f775670e8f7dd10e743df64a83cd67baac127ec2357c07d8)
- Full source + docs + binary tarball (sig - 68009779eec5dc31b98d4b5dc8dbbad3af22006f55cff3966e1b7a1c28866e2e) + Windows exe (sig - dd37290adc113254035903c6c937222462ed3d5c24ffb86d8fe8a3506898d408)
+ Full source + docs + binary tarball (sig - 1c3c6dabe8672c13e7925f17493930889a34c556e229d7b69df56d1ded812b4d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.02/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.03/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.02/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.03/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.02/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.03/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 bcb206dff..1db28a630 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.02 \ No newline at end of file +2015.01.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 78751759d..e14eb806d 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-02T16:00:30.520509Z + 2015-01-03T18:38:36.590014Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6995,4 +6995,19 @@ 2015-01-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.03 + New version 2015.01.03 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.03/ +
+
+ + The youtube-dl maintainers + + 2015-01-03T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e35039960..3fb4d3798 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.02", - "signature": "4c6dd0aad282f37d4fb665e62c88179070f919fc86b4ffa44f6c49f0acaf39f90204d46c807d9d83bfa078aa5815c1a20737c2db08df8e9c525ff2187ea11ffe624ad3ba720b18ecc2ff9b4d983cfa046eccb6a118614f3b9fb491880b162042d60e3efca2e74219c5895c7d254eed4fd68f4d8664c49d815b9e7ad5f3b08cb1", + "latest": "2015.01.03", + "signature": "0680c421f0cd03f6f45f01ad2a8c253b4b135133645dd8ade64e9bffbdcb4d68dc74818c531bf989ca0d5f456908d5788c4f87b16c1e2a70ebbdbfdcd77f4c54516d67b18a6c73a3de0e7e60fe3e3efc9a2e0e084ff28c038f3d5a23b5d27041eed98bf2ac263a034ec11efc21b0d30e9c6beb264338e5542e4e8f3a3da5555c", "versions": { "2012.02.22": { "bin": [ @@ -6531,6 +6531,20 @@ "https://yt-dl.org/downloads/2015.01.02/youtube-dl-2015.01.02.tar.gz", "68009779eec5dc31b98d4b5dc8dbbad3af22006f55cff3966e1b7a1c28866e2e" ] + }, + "2015.01.03": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.03/youtube-dl", + "4bb5736eda2a594a289b7d14f8e7b0e0fc8e65ede3f9b9114f9ab223ae02109c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.03/youtube-dl.exe", + "dd37290adc113254035903c6c937222462ed3d5c24ffb86d8fe8a3506898d408" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.03/youtube-dl-2015.01.03.tar.gz", + "1c3c6dabe8672c13e7925f17493930889a34c556e229d7b69df56d1ded812b4d" + ] } } } \ No newline at end of file