From 60a010f665f1d063977b41e0ba21763d8185e0e5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister <phihag@phihag.de> Date: Sun, 24 Aug 2014 02:49:20 +0200 Subject: [PATCH] release 2014.08.24 --- 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 00a95a8cd..ca1bb6dd5 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.23/youtube-dl">2014.08.23</a> (<a href="https://yt-dl.org/downloads/2014.08.23/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2014.08.24/youtube-dl">2014.08.24</a> (<a href="https://yt-dl.org/downloads/2014.08.24/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: 38be9e31e9604d6b4be4cd7d2b007fdc</li> -<li><strong>SHA1</strong>: 35cdce7adf838c9fa0b7e1752d645860700accd0</li> -<li><strong>SHA256</strong>: 061b25c5a70cd648f06aee09b328013322d1f34f5ae544e0f650e899f8a2b265</li> +<li><strong>MD5</strong>: 671796590c0af1839678fff560955a92</li> +<li><strong>SHA1</strong>: 13e9bf1c1c0e5a5ef232f0d9e250201a28292509</li> +<li><strong>SHA256</strong>: e40f0a3ba25f86d7bcb66d4f8980566dc6aab06378e490b60509292a81827c2a</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2014.08.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.23/youtube-dl.exe.sig">sig</a> - 2d2ed1d1425c2b10375955fa556a54ba72eaee57386d1e718b4ea77f6593efde)<br> - <a href="https://yt-dl.org/downloads/2014.08.23/youtube-dl-2014.08.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.23/youtube-dl-2014.08.23.tar.gz.sig">sig</a> - 6d690708cfced3895889f3c4b45087a981a6064c07d9cde04ea976317a3b4a66) + <a href="https://yt-dl.org/downloads/2014.08.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.24/youtube-dl.exe.sig">sig</a> - 0a7a34199a7d6f1a53f43e7c1ee236914a4c26813d4b1d1d31dd558dff8c8a18)<br> + <a href="https://yt-dl.org/downloads/2014.08.24/youtube-dl-2014.08.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.24/youtube-dl-2014.08.24.tar.gz.sig">sig</a> - 3ce4fa44c83e85f500e631b3fe826089fc335d04b75c4bc284761133455f8829) </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.23/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.24/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.23/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.24/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.23/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/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 16273a27e..ba2a2873e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -132,6 +132,7 @@ <li><b>GodTube</b></li> <li><b>GorillaVid</b>: GorillaVid.in and daclips.in</li> <li><b>Goshgay</b></li> + <li><b>Grooveshark</b></li> <li><b>Hark</b></li> <li><b>Helsinki</b>: helsinki.fi</li> <li><b>HentaiStigma</b></li> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6e6debf21..4242bb3bd 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.08.23 \ No newline at end of file +2014.08.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 34dfb4528..f23178015 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-23T15:28:45.817879Z</updated> + <updated>2014-08-24T02:49:16.561461Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -5300,4 +5300,19 @@ <updated>2014-08-23T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24</id> + <title>New version 2014.08.24</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/">https://yt-dl.org/downloads/2014.08.24/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2014-08-24T00:00:00Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b96ee3642..2c33a3a49 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.08.23", - "signature": "20442af3117294221d7cef95bc39f5f4f3521a4436bea7d525d2cbbcb1429f19e6608f8dafda00f6a8ffee940b643893e7c959048caa27e3155da9589e7ba0e45d8b807321f296930c7ab210b7174ba60e4681791a966efc4e67a515d6777043fc81080172e2444a66df491854d0269ed104ac761ebd1c4842f6e87d0ff5bbda", + "latest": "2014.08.24", + "signature": "12750ed4c4e8d3c2061b01333e3fb207135362865c7602bf23cd8ea55ec935da26494a67423fb6afa115124923f24b5686161e95014d27ef23d180b1415cb5c207d5dc48e9cfbc9bbab997797884c50a1d970cda2fa8a62326b67ce5e0a854044c4a81e57d60cb6b84cfc52774578d8a0dce670399441c79cbcf0544dc83f47a", "versions": { "2012.02.22": { "bin": [ @@ -4949,6 +4949,20 @@ "https://yt-dl.org/downloads/2014.08.23/youtube-dl-2014.08.23.tar.gz", "6d690708cfced3895889f3c4b45087a981a6064c07d9cde04ea976317a3b4a66" ] + }, + "2014.08.24": { + "bin": [ + "https://yt-dl.org/downloads/2014.08.24/youtube-dl", + "e40f0a3ba25f86d7bcb66d4f8980566dc6aab06378e490b60509292a81827c2a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.08.24/youtube-dl.exe", + "0a7a34199a7d6f1a53f43e7c1ee236914a4c26813d4b1d1d31dd558dff8c8a18" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.08.24/youtube-dl-2014.08.24.tar.gz", + "3ce4fa44c83e85f500e631b3fe826089fc335d04b75c4bc284761133455f8829" + ] } } } \ No newline at end of file