From a158a7168e112f44401af08f318430e762986e86 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 24 Oct 2015 00:13:34 +0200 Subject: [PATCH] release 2015.10.24 --- 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 a07b22681..734d8f04d 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.10.23 (sig)

+

2015.10.24 (sig)

- Windows exe (sig - c7d541a8b66b5e093230779f15c18a2f132c3d85add64cbe94fe91d57201fb76)
- Full source + docs + binary tarball (sig - 74dca04996930e4b49f3f91efbd4ce9251ed695163ccc8c82ac29bad0b5a8221) + Windows exe (sig - d779dff556b42d30cc4edefa82729709619bdc5db45160ec804a1a7f60165649)
+ Full source + docs + binary tarball (sig - fa151e925b51f6b5ee154f25089d287832a9387e59561810fd5eac8d00ce3ae1)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.23/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.10.24/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /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.10.23/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.10.24/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /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.10.23/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.10.24/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 6dc9b4395..e360961f4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.23 \ No newline at end of file +2015.10.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bc09bca3b..599009806 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-10-23T09:49:47.542534Z + 2015-10-24T00:13:30.962022Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8660,4 +8660,19 @@ 2015-10-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.24 + New version 2015.10.24 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.10.24/ +
+
+ + The youtube-dl maintainers + + 2015-10-24T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3e2e97f85..63010ddf8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.23", - "signature": "7d9b478dfa2b32970df0046b84ca53167a21bfc2787a057854492ef950bbe2a0866ae3cb1b60c83c4da467526c1366681e7a4227edf25df67c86f49450da143cbb7b282270e3fc223e325599f62da70687cdbf4b1c909975835285ed77804a9cd4b99585ecfb8c0e522a813ddb0d3886370b7d59bd6fe2bb6df5a2e203e0af4e", + "latest": "2015.10.24", + "signature": "76ddb9ad97cb877f1ca71a042c00a0b2bac780c1ee99d06e290ff7ec316dbf2490fd8eb18ffb4c735ca0211679858c7c76e5d764d72fb71ec31f3fa24c7b89e850fd78f5d08d8a30eeca87ae437e58cbdfe16a9065d06c39d3afa05aab3f940d43ca719644380fba6d507f0aa45894da66de792edc5bbc0f0fcc0d320b0f5be9", "versions": { "2012.02.22": { "bin": [ @@ -8085,6 +8085,20 @@ "https://yt-dl.org/downloads/2015.10.23/youtube-dl-2015.10.23.tar.gz", "74dca04996930e4b49f3f91efbd4ce9251ed695163ccc8c82ac29bad0b5a8221" ] + }, + "2015.10.24": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.24/youtube-dl", + "b1e8d93b9e3fe725b3532b74173d0827c559124a1c923338d8f7adf38ee764ca" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.24/youtube-dl.exe", + "d779dff556b42d30cc4edefa82729709619bdc5db45160ec804a1a7f60165649" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.24/youtube-dl-2015.10.24.tar.gz", + "fa151e925b51f6b5ee154f25089d287832a9387e59561810fd5eac8d00ce3ae1" + ] } } } \ No newline at end of file