From 46fb9e95a044122ccaabc00746431b63543d9206 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 23 Oct 2013 15:13:57 +0200 Subject: [PATCH] release 2013.10.23.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 a7b657d04..ac8979ddd 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.23 (sig)

+

2013.10.23.1 (sig)

- Windows exe (sig - 795c47a2cd63dba07d2700456615dd69b11160f6572a22fe0ecb2fca2202aaec)
- Full source + docs + binary tarball (sig - 223c56760e7123e761fb3f9ae0e365b3fac18d5d5c2426752aab648f7e739f61) + Windows exe (sig - 12b2f9910ac37b67ea3a020bc5acf3310ab80c0a357214fe903cb30dd3096096)
+ Full source + docs + binary tarball (sig - 5048757cc7e300312d7c58cca9a43d8c2fea3ac23092d93bebc55a47f9c13a56)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.23/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.10.23.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.23/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.10.23.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.23/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.23.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 92d25b176..f4b414d52 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.23 \ No newline at end of file +2013.10.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 21da3384f..608db847b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-23T00:10:28.230260 + 2013-10-23T15:13:55.279329 youtube-dl-2012.02.22 @@ -1624,6 +1624,21 @@ 2013-10-23 + + youtube-dl-2013.10.23.1 + New version 2013.10.23.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.10.23.1/ +
+
+ + The youtube-dl maintainers + + 2013-10-23-1 +
+ youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 88c1771df..bb1f90819 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.23", - "signature": "795f08cfd4b37c93c9b7a91d960c541368f36ec69d32c1dbfe3ed7be05ddfc1136404340d889014d031b60bfdc26d1856ae3733d82fe6466fa23db04bfd7025251cbb27502c64ba9d8602d9711f7f4e74aadf7f4014bd0fbd786ef766771bc0c5ee83024cd705bedd4c740a4e45309419d1326b89d1c4103d88a99649dfe2886", + "latest": "2013.10.23.1", + "signature": "5794c06a8b20c194a673aca6d69fe9ce69c382efab9e9497dcd3a47aab8bf153409d3946b7869a3251d92347288adc2cd8602f6d0229d6b832af4a3d6574bc0ba49830477cef44e759d00c377bd996be16ef6f04e68b8a74d8c8fefcec8079485a4b158c012d1d8366e7d13e488e8b9c283f55f80b402f112a48b35ae74bff9b", "versions": { "2012.02.22": { "bin": [ @@ -1520,6 +1520,20 @@ "223c56760e7123e761fb3f9ae0e365b3fac18d5d5c2426752aab648f7e739f61" ] }, + "2013.10.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl", + "6c88c77b1cd94048369740d3281562232958e520effa5db80950aef6efed8f56" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl.exe", + "12b2f9910ac37b67ea3a020bc5acf3310ab80c0a357214fe903cb30dd3096096" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl-2013.10.23.1.tar.gz", + "5048757cc7e300312d7c58cca9a43d8c2fea3ac23092d93bebc55a47f9c13a56" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",