From d0e59bf20dae0275346773d1d2921b95918352e4 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 23 Jul 2014 01:21:49 +0200 Subject: [PATCH] release 2014.07.23 --- 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 1e468622c..45ecfb6b8 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.22 (sig)

+

2014.07.23 (sig)

- Windows exe (sig - 0b4994eb3972c2512be89a387d28816e8bb8d35fb89c45f0f044943f420c208e)
- Full source + docs + binary tarball (sig - 68d2322b3e949cb17b51b775308b97e4ed6da1109f9c7d54ff07e203099f0d86) + Windows exe (sig - ac742db3249896e4686058f9e722b17d13733db25f6652a601d7ab9da46d9def)
+ Full source + docs + binary tarball (sig - a95741b02ea84204420f944e73bb7a70491babddfda057459f0e659aec3bf175)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.22/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.23/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.22/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.23/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.22/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.23/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 0e8a98e5c..ece02e470 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.22 \ No newline at end of file +2014.07.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b3c964005..e1e366e90 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-22T17:04:24.579656Z + 2014-07-23T01:21:47.245282Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5030,4 +5030,19 @@ 2014-07-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.23 + New version 2014.07.23 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.07.23/ +
+
+ + The youtube-dl maintainers + + 2014-07-23T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5603a2d83..287eb50cf 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.22", - "signature": "5c4b730577cc9ae7cc4703731c51b9dcbf33591f5f5006bd71ce3cd1c66bbf6ae9a4d7d7991dbfcfa210349227755117f02373e20e01d0481d5fbf999bb03e7518e9de8fc83249e1abd1a9fa075c563284bd83e82182511b4ead122bf56eeb9ff633f22a38c30a02023a558fd773fd9e9cadf3abd02e579dbf7d862f2d77cdf0", + "latest": "2014.07.23", + "signature": "1f7ab871cd3f5285f5524e1a4cff60143e9d4f2f3b760f84fab3fb6e89b4bd6554b3208df8389959c9f239d6a500d2c39c778398e9bc07c70a1103339ab22e184950e1fe4ce2be51dcb85de51858316f6ffc28966ca4dbc13be6fccc19d0fc70a13029bb9be2710502f7231edefd5faee97a2f36b5b1f33ca496f878b5d69598", "versions": { "2012.02.22": { "bin": [ @@ -4697,6 +4697,20 @@ "https://yt-dl.org/downloads/2014.07.22/youtube-dl-2014.07.22.tar.gz", "68d2322b3e949cb17b51b775308b97e4ed6da1109f9c7d54ff07e203099f0d86" ] + }, + "2014.07.23": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.23/youtube-dl", + "80b0dd6bc719d1fe1126ed4a6fbd0d8269ca03a13efffa0530159ddc236e0995" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.23/youtube-dl.exe", + "ac742db3249896e4686058f9e722b17d13733db25f6652a601d7ab9da46d9def" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.23/youtube-dl-2014.07.23.tar.gz", + "a95741b02ea84204420f944e73bb7a70491babddfda057459f0e659aec3bf175" + ] } } } \ No newline at end of file