From 4b16f7be5bc61dca165b0d1062ddb8c4245f2b78 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 13 Oct 2015 01:10:54 +0200 Subject: [PATCH] release 2015.10.13 --- 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 f842776e2..81248b9fc 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.12 (sig)

+

2015.10.13 (sig)

- Windows exe (sig - 3e3963fd2ae8a19d8d26af49dde989161118012d30a93025d2889992abf8c834)
- Full source + docs + binary tarball (sig - 3e620a6d7edb656b48eef913d3350e925679ccdb959184c5fa88f4e55604289f) + Windows exe (sig - 0ead36420216a39b40a8a4f064cf5f9aa3f01a67c7eab122b19fe73d0118368e)
+ Full source + docs + binary tarball (sig - 4588f98ecd082ac4d1574c6bbc386eaf625fe1b2b321f4f84a2eb6bea45b41f9)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.12/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.10.13/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.12/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.10.13/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.12/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.13/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 31bea9588..660136679 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.12 \ No newline at end of file +2015.10.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 342aa051a..262b79219 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-12T06:56:29.486154Z + 2015-10-13T01:10:51.115048Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8600,4 +8600,19 @@ 2015-10-12T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.13 + New version 2015.10.13 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.10.13/ +
+
+ + The youtube-dl maintainers + + 2015-10-13T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 031abecca..4252390a5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.12", - "signature": "630927a8704d282e4c1d9abf50c9dc78fa4d23b126b7de096863f2f8c532548dac324f241213db7cd0c2bbfd982cb8b875da0236d6d7d362f97059c9a5b00d18aac6fea14f7933cee85b7b1372bd9611e2a27e5d8ade02d6cde61c8d7841989da5dfe17a0100d64ae394380a60340724ce10515ddcc221091943d95a0e5a2902", + "latest": "2015.10.13", + "signature": "871265aaaa8b2147e1e0ec916b281baa356768d5d13a30d020e2b9e062450ae2b651fb69d63fd4fe1225b1c947ff43d3d5b04b7d2098ccd249e82307fd3af99e7186e4a976f00dd59f957663ea97b392f0a415bc00171d239c955d8efc1791e4cdfb07d0231f56d4d7fabdaf6e9f02531262bbee384741b26cfdf0551ef95315", "versions": { "2012.02.22": { "bin": [ @@ -8029,6 +8029,20 @@ "https://yt-dl.org/downloads/2015.10.12/youtube-dl-2015.10.12.tar.gz", "3e620a6d7edb656b48eef913d3350e925679ccdb959184c5fa88f4e55604289f" ] + }, + "2015.10.13": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.13/youtube-dl", + "131c2f3a36d3df955d0509b9dbf9b14b388e18b240a4f512aec27c35049894a1" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.13/youtube-dl.exe", + "0ead36420216a39b40a8a4f064cf5f9aa3f01a67c7eab122b19fe73d0118368e" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.13/youtube-dl-2015.10.13.tar.gz", + "4588f98ecd082ac4d1574c6bbc386eaf625fe1b2b321f4f84a2eb6bea45b41f9" + ] } } } \ No newline at end of file