From 0326f6eda58659867996ce9c27ed902d45a005f8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister <phihag@phihag.de> Date: Sun, 24 Aug 2014 06:48:32 +0200 Subject: [PATCH] release 2014.08.24.4 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 75431b482..f633ba6af 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@ <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.3+ to work.</p> -<h2><a href="https://yt-dl.org/downloads/2014.08.24.3/youtube-dl">2014.08.24.3</a> (<a href="https://yt-dl.org/downloads/2014.08.24.3/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2014.08.24.4/youtube-dl">2014.08.24.4</a> (<a href="https://yt-dl.org/downloads/2014.08.24.4/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: 0d9105f4b03df9904b0c6ae9d9713687</li> -<li><strong>SHA1</strong>: 9487f32e26d8b46bbd2b1c74bc8ecd53de5dbca6</li> -<li><strong>SHA256</strong>: e4154e3f35075cd109da93c0836ead28b99209c11713eff5fb84e4d5c55ee73e</li> +<li><strong>MD5</strong>: 54a7eb66ae82210d9bc020b5d4d577e5</li> +<li><strong>SHA1</strong>: 53f1f5409e4c3fe3c460dbaa34749d21b514af81</li> +<li><strong>SHA256</strong>: 8830870cd921dd69cb9e2288b4d53f1f8c2b8bae057e223d9aed74929896a074</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2014.08.24.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.24.3/youtube-dl.exe.sig">sig</a> - 5c038ae5ea0181aaca384fa420ec66dbd563a693f579af97b5d0befb701b7499)<br> - <a href="https://yt-dl.org/downloads/2014.08.24.3/youtube-dl-2014.08.24.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.24.3/youtube-dl-2014.08.24.3.tar.gz.sig">sig</a> - 0aac929bbcc20fee1926be6bc32ddc8229b609b3520faa5efecd998cf89d857c) + <a href="https://yt-dl.org/downloads/2014.08.24.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.24.4/youtube-dl.exe.sig">sig</a> - 7826636b15820702be17b0ccc3f8c2a82dd9fca98f9e478d35cb7e2215396b18)<br> + <a href="https://yt-dl.org/downloads/2014.08.24.4/youtube-dl-2014.08.24.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.24.4/youtube-dl-2014.08.24.4.tar.gz.sig">sig</a> - 1cdcce8c2025aa769580633bc399a68ae14b356ee04c43fdcaffad5582c2e5a5) </p> <p>To install it right away for all UNIX users (Linux, OS X, etc.), type: -<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.24.3/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.24.4/youtube-dl -o /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> <p>If you do not have curl, you can alternatively use a recent wget: -<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.24.3/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.24.4/youtube-dl -O /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> @@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more </p> <p>To check the signature, type: -<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.24.3/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> +<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.24.4/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> </p> <p>The following GPG keys will be used to sign the binaries and the git tags:</p> diff --git a/supportedsites.html b/supportedsites.html index 43108e64e..45c662b07 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -104,6 +104,7 @@ <li><b>Escapist</b></li> <li><b>EveryonesMixtape</b></li> <li><b>exfm</b>: ex.fm</li> + <li><b>ExpoTV</b></li> <li><b>ExtremeTube</b></li> <li><b>facebook</b></li> <li><b>faz.net</b></li> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 28b245361..273d6ef69 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.08.24.3 \ No newline at end of file +2014.08.24.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e544b0cbd..b4c29aac6 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" /> <title>youtube-dl releases</title> <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id> - <updated>2014-08-24T05:37:49.144317Z</updated> + <updated>2014-08-24T06:48:25.544424Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -5360,4 +5360,19 @@ <updated>2014-08-24T00:00:03Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24.4</id> + <title>New version 2014.08.24.4</title> + <link href="http://rg3.github.io/youtube-dl" /> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + Downloads available at <a href="https://yt-dl.org/downloads/2014.08.24.4/">https://yt-dl.org/downloads/2014.08.24.4/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2014-08-24T00:00:04Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f7e66d48d..90ecf3956 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.08.24.3", - "signature": "38f564e62576e4c4287e4cbd9e3803df55a1c471df2d202b9a89ee9c2b7f2645ac86c154d761aa319fac48eb0ff7adbe9aca1f7d138066e87a5fbb2238f62fa46e1cdd97951ef0c6584226c1cacf4ad0c5e2f59f1eb8986500d29edf4da0f28eb664abe3ecce1d565a34a58557a72919976560eef8e4208403f420f2967430f7", + "latest": "2014.08.24.4", + "signature": "859aa0c6e960681d40a13ccb16fd0889c9b183cfdd7f61dd1b3c8fea0f659c21f51f29230ed249f9794ec8a95a56a2628317846625130ff29de7d8b87f4d402115f270da25b7abe6c1c13ddc48581d772c59cb58b7feea72e5e95b8d85420fe73df323ae04a3d6fe66ad1b1b854bec9973f076a7e91f11e1908a25ae7ef594dc", "versions": { "2012.02.22": { "bin": [ @@ -5005,6 +5005,20 @@ "https://yt-dl.org/downloads/2014.08.24.3/youtube-dl-2014.08.24.3.tar.gz", "0aac929bbcc20fee1926be6bc32ddc8229b609b3520faa5efecd998cf89d857c" ] + }, + "2014.08.24.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.08.24.4/youtube-dl", + "8830870cd921dd69cb9e2288b4d53f1f8c2b8bae057e223d9aed74929896a074" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.08.24.4/youtube-dl.exe", + "7826636b15820702be17b0ccc3f8c2a82dd9fca98f9e478d35cb7e2215396b18" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.08.24.4/youtube-dl-2014.08.24.4.tar.gz", + "1cdcce8c2025aa769580633bc399a68ae14b356ee04c43fdcaffad5582c2e5a5" + ] } } } \ No newline at end of file