From cde982327650cb1b3ab4348d33c930072ab3a9b2 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 6 Oct 2015 17:48:41 +0200 Subject: [PATCH] release 2015.10.06.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 bcc5474f9..0b7829a81 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.06 (sig)

+

2015.10.06.1 (sig)

- Windows exe (sig - 8b2b1bf3fc858b7ccc7ece73ad67a29ca2a2000585c689c02467616d153923d3)
- Full source + docs + binary tarball (sig - 1c728406fa18ba4fef21a4a6ad9b7f937f0c4ff2c04e055d1bd5e4ffc0a0cc4c) + Windows exe (sig - c30760f7ba09d8b39a94a72c76dd7482760167bda72482654578215971521d78)
+ Full source + docs + binary tarball (sig - ff24123a6316d410e3dbdb7c496615851296d2cfb2245432931ef2bb350ae33b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.06/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.10.06.1/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.06/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.10.06.1/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.06/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.06.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 f5cfbb2b1..55959fec9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.06 \ No newline at end of file +2015.10.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 53ae3b115..d32f82852 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-06T09:16:35.705763Z + 2015-10-06T17:48:38.322718Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8540,4 +8540,19 @@ 2015-10-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.06.1 + New version 2015.10.06.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.10.06.1/ +
+
+ + The youtube-dl maintainers + + 2015-10-06T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5875dcd5e..c1042fc8f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.06", - "signature": "5a48ea4b272190f9e2cfb0ffeb424ab4d3cb83815abcec637f9cf35bee0f9d39af7286a0d27c2b466cc568285b9cf0c4f171937582380e4aec474cbf8f7ce23e1a93cb507c8b6398f68755a9d6b3c40dff7be881905973bf742ad496bae5c3768f81a32e597c9fd9ee61d85cbd32e3b860a0efc0461240be0cec29f3e2d11011", + "latest": "2015.10.06.1", + "signature": "5ab38a36e4483310c826e202966336c79eb0cc0afa024dde6b5489f56dccd544e04a029edaf71a84bc8c4dd635755b0d016b3861bb91fc10d149def88be6ca7b2f91727dc570c6df9935c50deec08a7d14073f613a859b31eae073f57cc4f22c540afd2a55137f2d772290ba701de1f13fe45cd08afb6375586a12d4fe2903c7", "versions": { "2012.02.22": { "bin": [ @@ -7973,6 +7973,20 @@ "https://yt-dl.org/downloads/2015.10.06/youtube-dl-2015.10.06.tar.gz", "1c728406fa18ba4fef21a4a6ad9b7f937f0c4ff2c04e055d1bd5e4ffc0a0cc4c" ] + }, + "2015.10.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.06.1/youtube-dl", + "47b72362a4a125fbb912129ece4d5886413d1b1f8ac7fa81efedc7b2badb03ae" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.06.1/youtube-dl.exe", + "c30760f7ba09d8b39a94a72c76dd7482760167bda72482654578215971521d78" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.06.1/youtube-dl-2015.10.06.1.tar.gz", + "ff24123a6316d410e3dbdb7c496615851296d2cfb2245432931ef2bb350ae33b" + ] } } } \ No newline at end of file