release 2014.08.25

gh-pages-ytdl-org
Philipp Hagemeister 10 years ago
parent 778bfd76a6
commit 67de8f0589

@ -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.6/youtube-dl">2014.08.24.6</a> (<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl">2014.08.25</a> (<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 34a743ebdb5c755af6adfcb8c384d1cc</li>
<li><strong>SHA1</strong>: 3dcd7f71cbfbed40a4ad0135e9d67c1a7e486c37</li>
<li><strong>SHA256</strong>: 4f64358b49f0d6bf7f369c7bb3bfbbb9b73110137d888da23fcdb0b30cbdbf13</li>
<li><strong>MD5</strong>: 4d81db9e583efbc56dc8c793f23d58a7</li>
<li><strong>SHA1</strong>: 5c19a317b19cbde92558071a0888913a09289503</li>
<li><strong>SHA256</strong>: 0ca33562826c2a363f8c55a9502eecf8c826196c0965a9811181e35e9ea2fce7</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl.exe.sig">sig</a> - db475a03051ee4975c5d865c72eae6d0c3ca6f0b994a32daba0f2c6b2b7a070b)<br>
<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl-2014.08.24.6.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.24.6/youtube-dl-2014.08.24.6.tar.gz.sig">sig</a> - f613b4e295d1b3a1e71429082c337ea402debd56339a4b8d27de9e4a8af13fc7)
<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl.exe.sig">sig</a> - 3dd608b96012139901160b779ec41cc42716de49b79094c0c82067a22147dfc3)<br>
<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl-2014.08.25.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.25/youtube-dl-2014.08.25.tar.gz.sig">sig</a> - 5370882c3968d2944186d5ae7d2fc0e9c1b1cb734dfe4d44312fba82045ca54c)
</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.6/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.25/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.6/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.25/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.6/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.25/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>

@ -1 +1 @@
2014.08.24.6
2014.08.25

@ -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-24T15:24:01.033591Z</updated>
<updated>2014-08-25T09:42:25.495552Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -5405,4 +5405,19 @@
<updated>2014-08-24T00:00:06Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.25</id>
<title>New version 2014.08.25</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.25/">https://yt-dl.org/downloads/2014.08.25/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-08-25T00:00:00Z</updated>
</entry>
</feed>

@ -1,6 +1,6 @@
{
"latest": "2014.08.24.6",
"signature": "2eedc7d8039493c2068be902f8e0684976645e70b2c43fffb04f99a5554f75d55e8fc981625f7e1d27dd2ca257f1c7176da35388a9616c35a9f69a1492f2204489513b10671dbece1b68f6dd22df1a0c56d092814bf552a8ec661241c38c30a1549a85eec6cc13604e91a3f6e927198a5314b01d0e31810169086dcf09a68850",
"latest": "2014.08.25",
"signature": "2cf118e73e53f617ec1f89e425538c7c49072edd82d47016e7dcfebe23409ad26dee5984c3ed7b557ba12e247ce4bfce0deb1f063e94772f63b8871576028b39e52d1282a210e01212f1ba7fd4c6685d52a7402fa695c2650cefac4ec611b5f6d47903e2d244c330eebdba26fef73018dbc5436e32969df66d307525de63db62",
"versions": {
"2012.02.22": {
"bin": [
@ -5047,6 +5047,20 @@
"https://yt-dl.org/downloads/2014.08.24.6/youtube-dl-2014.08.24.6.tar.gz",
"f613b4e295d1b3a1e71429082c337ea402debd56339a4b8d27de9e4a8af13fc7"
]
},
"2014.08.25": {
"bin": [
"https://yt-dl.org/downloads/2014.08.25/youtube-dl",
"0ca33562826c2a363f8c55a9502eecf8c826196c0965a9811181e35e9ea2fce7"
],
"exe": [
"https://yt-dl.org/downloads/2014.08.25/youtube-dl.exe",
"3dd608b96012139901160b779ec41cc42716de49b79094c0c82067a22147dfc3"
],
"tar": [
"https://yt-dl.org/downloads/2014.08.25/youtube-dl-2014.08.25.tar.gz",
"5370882c3968d2944186d5ae7d2fc0e9c1b1cb734dfe4d44312fba82045ca54c"
]
}
}
}
Loading…
Cancel
Save