From 4478038b58523781a5ea2f12e87cddd67a71a61d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 18 Oct 2013 11:47:32 +0200 Subject: [PATCH] release 2013.10.18.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 c5d16f506..1798fff59 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

-

2013.10.18 (sig)

+

2013.10.18.1 (sig)

- Windows exe (sig - 7fd5d798a52c83155fb657a6d941aec1b8f496b25aff58d147e141f389df4fa3)
- Full source + docs + binary tarball (sig - 06e86e0a7633c5cfe9c5792b36f43a9acd2fd3070d74468a8a2f1385f7db987d) + Windows exe (sig - 6d1d0a656f76d5f0ccb3cb537f88e17998f08387d1ddc618a80dc4d5ab12a802)
+ Full source + docs + binary tarball (sig - bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.18/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.10.18.1/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /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/2013.10.18/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.10.18.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -49,7 +49,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.10.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/2013.10.18.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 edabc566d..c495c83c8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.18 \ No newline at end of file +2013.10.18.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9f25f90ba..6f01ed273 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-18T11:20:37.294898 + 2013-10-18T11:47:31.478995 youtube-dl-2012.02.22 @@ -1564,6 +1564,21 @@ 2013-10-18 + + youtube-dl-2013.10.18.1 + New version 2013.10.18.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.10.18.1/ +
+
+ + The youtube-dl maintainers + + 2013-10-18-1 +
+ youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 1598b9fab..b993ba55e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.18", - "signature": "22d88299dcb82934bf3771f66074764591308531fbc77c62d39537de1460ccb9659e5df3c3d7685741ae8a88832b9cbaba6018004806e6d62bc16e4e53963bf97a9b182f5b2b3a167b7da55669da9f1f94ac26bf9ded8f6264b0ac209edb47887dcb3b880ddc959e74b118151898ad428c16e962582f5d250d883e5277eb82bc", + "latest": "2013.10.18.1", + "signature": "1c4913362602145cafc779b7dce7ed76f2da9be239240447d0381650cec3e3eb7f36773efdcd02c89a719630bc4f04e3f5cb815d754f7eeb3ed4ef28bc2fd367d499674d3976db73f518afbdb91a9535f2a7844623d1b064aaff15099dda92249d6dde1255b156cfc6e32fe04ce16cfd229a9beb20c74061e8437fcf1aaea14c", "versions": { "2012.02.22": { "bin": [ @@ -1464,6 +1464,20 @@ "06e86e0a7633c5cfe9c5792b36f43a9acd2fd3070d74468a8a2f1385f7db987d" ] }, + "2013.10.18.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl", + "4095496ea706720f756d943f3ea2d9a1df32b4b23df6241954c1633018f62dba" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl.exe", + "6d1d0a656f76d5f0ccb3cb537f88e17998f08387d1ddc618a80dc4d5ab12a802" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl-2013.10.18.1.tar.gz", + "bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",