From f42ceac10dd6e0f2358b35db925aa3b008fac7fb Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 15 Aug 2013 22:53:48 +0200 Subject: [PATCH] release 2013.08.15 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index f06877185..8840af6ea 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.14 (sig)

+

2013.08.15 (sig)

- Windows exe (sig - 91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d)
- Full source + docs + binary tarball (sig - c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d) + Windows exe (sig - 2aa8b29a7cfd121ca1c88f68f3dc463b3d919e97899b30a6e7133b9ea7c72fda)
+ Full source + docs + binary tarball (sig - 0fb42abb974fec46f9532b09d547bd9e1468547e7c24f9f15289eae4aca1b5d2)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.14/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.15/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.14/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.15/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 d86358fb0..e68b4daad 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.14 \ No newline at end of file +2013.08.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6b5b88d92..69ca0e6c5 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-14T10:23:40.050037 + 2013-08-15T22:53:47.989777 youtube-dl-2012.02.22 @@ -1084,4 +1084,19 @@ 2013-08-14 + + youtube-dl-2013.08.15 + New version 2013.08.15 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.15/ +
+
+ + The youtube-dl maintainers + + 2013-08-15 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 702d1699e..c7be51367 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.14", - "signature": "09a24276680bfd158837350e76c1f703533b559afc7982d99b968714b633ab2ca573408b228b28e509397bf8988e84b5c80f84c5eae623b93ecf735e6247202007d1e8ddbe93defd15edeb649051251d51769c438ce3477f927cae8fb6329adc7dcfcc2af4f1956522b312711667a98d1249221e4a00ff0b33ecb6520f1e0d0f", + "latest": "2013.08.15", + "signature": "7bbfb36cdae701e1d2b0946baa43813fc504e3f0d58613fa34a6a264d9fbc23a604c8a16c0846c67f0ea14d01179d27ec06ccf2542a22a1dbcced0ebf6538a0bfa3820507e8ecc26d23978d18a0eccd586c2203a9e8c34bcd7987715d23c98ebcb53bbf7f8f021e16f00d45f63eeaa7df8d353a9092aba4ba24c29174ccec4bb", "versions": { "2012.02.22": { "bin": [ @@ -1015,6 +1015,20 @@ "http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz", "c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d" ] + }, + "2013.08.15": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl", + "53f2cfa16c259cd3f6a3a28ce89be4f516d45579ac48452b4ebb4224fcbe5eb9" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl.exe", + "2aa8b29a7cfd121ca1c88f68f3dc463b3d919e97899b30a6e7133b9ea7c72fda" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl-2013.08.15.tar.gz", + "0fb42abb974fec46f9532b09d547bd9e1468547e7c24f9f15289eae4aca1b5d2" + ] } } } \ No newline at end of file