From da83d869358fe6071fcee50fd7d4fb0a3e734eab Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 19 Nov 2015 15:40:08 +0100 Subject: [PATCH] release 2015.11.19 --- 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 d81e625b2..b64d6df68 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.18 (sig)

+

2015.11.19 (sig)

- Windows exe (sig - a515a15bed24b2a46be5d2d303fccc2cfac70e28e652a3b57864785be9b12bb4)
- Full source + docs + binary tarball (sig - ebc92ae887d2ff63c8091cdf7f6853d866acb39275f742ccca2352c5faf11235) + Windows exe (sig - 819561dc5489f73b98626fb0dd1c7611494e764ad95da6c278b088942c68e95a)
+ Full source + docs + binary tarball (sig - 2ed713c995a5cd837205eefa35d5df49179fa90cf634a4f222a31f2bde94e668)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.18/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.11.19/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.18/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.11.19/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.18/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.19/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 5e19ca197..cc8ad2fbf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.18 \ No newline at end of file +2015.11.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 786102e54..9ce5991f0 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-18T19:25:21.117815Z + 2015-11-19T15:40:06.233070Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8765,4 +8765,19 @@ 2015-11-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.19 + New version 2015.11.19 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.11.19/ +
+
+ + The youtube-dl maintainers + + 2015-11-19T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 10f4ebe3b..17019428c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.18", - "signature": "5de7aa50073a012c9bf409cc697bed7d76a9f9e6f6e0905a4e5f29192c3614f838cea1c7d52bbb632687a1285029b8e7b325cfa31fa43180d81f17eda611adbe454dc5e0fa6b7ee322abeb3638156aae45d80a664c469dddf771b3eb628a93f4a547bed02381260f6d3c5e9d646b47b8b944f0776fa03dde88397c4c89f269ad", + "latest": "2015.11.19", + "signature": "787cba438db13de745015f6265278722f7a0c6e20b2d96bea6de0d62edbdcbf07e1d87574eadf09129cefd8b493a07bbd0deb3249bd61baabe525b118b539351d1f6452fb3daa8f0463ed7485300fa427ed74d237bc6891b722554f4bc4bbb0563fba0789ea7ce0471976a609917111a75563ff3f95f52bb48448ae56b86426b", "versions": { "2012.02.22": { "bin": [ @@ -8183,6 +8183,20 @@ "https://yt-dl.org/downloads/2015.11.18/youtube-dl-2015.11.18.tar.gz", "ebc92ae887d2ff63c8091cdf7f6853d866acb39275f742ccca2352c5faf11235" ] + }, + "2015.11.19": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.19/youtube-dl", + "133756467e7c55a6c31d6e345b26bdb74d0271df898a7c72012ff4db9a5fa9c7" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.19/youtube-dl.exe", + "819561dc5489f73b98626fb0dd1c7611494e764ad95da6c278b088942c68e95a" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.19/youtube-dl-2015.11.19.tar.gz", + "2ed713c995a5cd837205eefa35d5df49179fa90cf634a4f222a31f2bde94e668" + ] } } } \ No newline at end of file