From c750a62ac5f7e2fa4951f8e4bfe6f3d338959003 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Sep 2013 21:42:50 +0200 Subject: [PATCH] release 2013.09.24.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 fc5e95dcf..d55a5bae7 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.09.24 (sig)

+

2013.09.24.1 (sig)

- Windows exe (sig - ebba59c7b2e1c4a623aafcf59fa5f5f07b7c89bdff8985ee2299cfc7b6640e78)
- Full source + docs + binary tarball (sig - 8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917) + Windows exe (sig - 7350f1202a3d042f361eb963b1ee21216dcaa4e67b96dbf299fff6ffe1a202a1)
+ Full source + docs + binary tarball (sig - 6e73be6fe8a8650d7a1beb66df905a9e69fc07841fc5783f64dafd2d5730e0c3)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.24/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.09.24.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.09.24/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.09.24.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.09.24/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.09.24.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 73272b988..3e6aed561 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.24 \ No newline at end of file +2013.09.24.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6006f7b59..b582d37d0 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-24T21:36:15.169146 + 2013-09-24T21:42:48.850048 youtube-dl-2012.02.22 @@ -1384,6 +1384,21 @@ 2013-09-24 + + youtube-dl-2013.09.24.1 + New version 2013.09.24.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.09.24.1/ +
+
+ + The youtube-dl maintainers + + 2013-09-24-1 +
+ youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 43672f7a2..17ea8e4ff 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.24", - "signature": "4a7312a6f4954c8f665e074f6c437687e6cfd4c311b383f355d912cd90ad60224ae354df078688ffaebc8c5aed871e49a0e32c1c134fe8393b1128342b263c38f988532e45b3c461f5f61c0a9ba5b1b4190b2d609ff6c2c9b8075ae327d81b9c665b7ac1521fffe524e339c796a9fe6ca2d28d4177b4b78d3a5c087fd685982a", + "latest": "2013.09.24.1", + "signature": "8c44ab3357021829b4207a6b534c67e9f4015b657c322e2c8bb4596bea051d78f707d7fe58654bc751c809410b7819b4424f4448d06b5865301577461b8f05416ff784f325adae2cf7ea93d460e047cc85558dff318f3aa4cfe7221a968528b706fa3b1dca01f20d40110e550f65d48544abbf4de6c1933af014a7f8c6c8f561", "versions": { "2012.02.22": { "bin": [ @@ -1296,6 +1296,20 @@ "8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917" ] }, + "2013.09.24.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl", + "2dccd578b8bc72112f7b19e56937001ef41fc7a91f77e9393150574cd9153563" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl.exe", + "7350f1202a3d042f361eb963b1ee21216dcaa4e67b96dbf299fff6ffe1a202a1" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl-2013.09.24.1.tar.gz", + "6e73be6fe8a8650d7a1beb66df905a9e69fc07841fc5783f64dafd2d5730e0c3" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",