From ddc86a33dcfbaa7342637271e737e7ba699c0eea Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 22 Jul 2014 17:04:25 +0200 Subject: [PATCH] release 2014.07.22 --- 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 5159c0129..1e468622c 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.

-

2014.07.21 (sig)

+

2014.07.22 (sig)

- Windows exe (sig - 0498d591a00b8ef878d9ad474eb8d1510582c97a43a7919856afcc48c577fc2d)
- Full source + docs + binary tarball (sig - 63b48fdb32a6e28f3dcb8928e0f372d8e2ea1eb4216f063394f0b6d64955cee4) + Windows exe (sig - 0b4994eb3972c2512be89a387d28816e8bb8d35fb89c45f0f044943f420c208e)
+ Full source + docs + binary tarball (sig - 68d2322b3e949cb17b51b775308b97e4ed6da1109f9c7d54ff07e203099f0d86)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.21/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.22/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/2014.07.21/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.22/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /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/2014.07.21/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/2014.07.22/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 973b5d248..0e8a98e5c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.21 \ No newline at end of file +2014.07.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9aae9acbb..b3c964005 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 - 2014-07-21T18:14:00.081865Z + 2014-07-22T17:04:24.579656Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5015,4 +5015,19 @@ 2014-07-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.22 + New version 2014.07.22 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.07.22/ +
+
+ + The youtube-dl maintainers + + 2014-07-22T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c8578f936..5603a2d83 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.21", - "signature": "61173450b1ba42bff1c3f178caf111310c9abcf88860cf607607bf9e3bc97481093e16d9d7d6f2d833cdb7c6c622adc9bc63b6eda30bfe9a1be80cbd0d68753c7b364e420fc51b03256d2e8513a37af31e46721b2fdefe21d2172f3f181452edaceb26b7074ad08589f8a237c927ffe1403a756427211f9de5ce7b01ce845b09", + "latest": "2014.07.22", + "signature": "5c4b730577cc9ae7cc4703731c51b9dcbf33591f5f5006bd71ce3cd1c66bbf6ae9a4d7d7991dbfcfa210349227755117f02373e20e01d0481d5fbf999bb03e7518e9de8fc83249e1abd1a9fa075c563284bd83e82182511b4ead122bf56eeb9ff633f22a38c30a02023a558fd773fd9e9cadf3abd02e579dbf7d862f2d77cdf0", "versions": { "2012.02.22": { "bin": [ @@ -4683,6 +4683,20 @@ "https://yt-dl.org/downloads/2014.07.21/youtube-dl-2014.07.21.tar.gz", "63b48fdb32a6e28f3dcb8928e0f372d8e2ea1eb4216f063394f0b6d64955cee4" ] + }, + "2014.07.22": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.22/youtube-dl", + "450e31202a3f53069ff05db03a89691566f0a16a5e69227883e8b1dfbecf2fd3" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.22/youtube-dl.exe", + "0b4994eb3972c2512be89a387d28816e8bb8d35fb89c45f0f044943f420c208e" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.22/youtube-dl-2014.07.22.tar.gz", + "68d2322b3e949cb17b51b775308b97e4ed6da1109f9c7d54ff07e203099f0d86" + ] } } } \ No newline at end of file