From 07b956eeabe9b6a247dcf707793adfdf4429a25f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Nov 2015 07:49:46 +0100 Subject: [PATCH] release 2015.11.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 7f23ad6d9..5890a9cfa 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.11.23 (sig)

+

2015.11.24 (sig)

- Windows exe (sig - 961b202124afffae2fd4d7be7516d3e2dd7dd7aec68ae9b6e8df1ec544926ec8)
- Full source + docs + binary tarball (sig - ce4cf088318fc088925cf2b7602f56f9bae410fa41502e5aff4879296fc1ad54) + Windows exe (sig - 7071df77ba1a9d54fd3b78b8f45529b08de1d024a458114167fcc26a5ec3b435)
+ Full source + docs + binary tarball (sig - cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.23/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.11.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.11.23/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.11.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.11.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.11.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 b3de1c040..1d8c1be9e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.23 \ No newline at end of file +2015.11.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ebe988fac..595464bea 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-11-23T18:11:00.031124Z + 2015-11-24T07:49:44.947704Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8810,4 +8810,19 @@ 2015-11-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.24 + New version 2015.11.24 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.11.24/ +
+
+ + The youtube-dl maintainers + + 2015-11-24T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ede8490d1..1390c6ee6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.23", - "signature": "3dd0ae4a4f320d48e887c9253e9168175623ea509b49e55b8e9ecc48b64e8ab90e3eae0bcd536e6e6d1a27e7a8edc7048a2514b3a343ea7f21fa25c36cc06b9f04afa37477a4122d7ea22c270ee89f952b43abd3d14ee294ab6722710b34b662bbee871e9023646d71a22c2cd6d18ae26fc7c1effa7b8f43a002263a39dbce13", + "latest": "2015.11.24", + "signature": "3b92a77ba7c7e382ec420dae96724cf4db6abb149d03baa00d5f6e59ea696b1566ed0e5c3f786f96c77dc5a23d2d1b7eef278ae89aecc2c7d7684812a0274b1fddf78665a9feaeb9a760a85f50e0b893835812d8d6889bd181c0d73820783dc44a47bf7b85237604cbbf1c719510d1c25660b7358f499186b6b9ef2d9b0c09d9", "versions": { "2012.02.22": { "bin": [ @@ -8225,6 +8225,20 @@ "https://yt-dl.org/downloads/2015.11.23/youtube-dl-2015.11.23.tar.gz", "ce4cf088318fc088925cf2b7602f56f9bae410fa41502e5aff4879296fc1ad54" ] + }, + "2015.11.24": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.24/youtube-dl", + "66fb209804f95ee0670bca2818616c1f9f237fb4d087df66b6142a26acd93b0e" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.24/youtube-dl.exe", + "7071df77ba1a9d54fd3b78b8f45529b08de1d024a458114167fcc26a5ec3b435" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.24/youtube-dl-2015.11.24.tar.gz", + "cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1" + ] } } } \ No newline at end of file