|
|
|
@ -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.2+ to work.</p>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.02.23/youtube-dl">2015.02.23</a> (<a href="https://yt-dl.org/downloads/2015.02.23/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.02.23.1/youtube-dl">2015.02.23.1</a> (<a href="https://yt-dl.org/downloads/2015.02.23.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: cefce6b0c1e74c3056db7db6da28e9e1</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 5c33cebebb851a98b2576d44262f42f23eb8654f</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 230ee03767e9e5297a913f44167d621f9dcfc5a80bcd8174be7eeb17836f98eb</li>
|
|
|
|
|
<li><strong>MD5</strong>: d8d16c788d76770764bf28c5bfb0a78d</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 3c904ff117772d6df72de5be8a5d30940216b1d5</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 895b9341129df09fad429aef7960e8852e91feb0e46ebac6ba7cb389ea58c0d3</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.23/youtube-dl.exe.sig">sig</a> - 3b56fb5e873cb998ad2052bb482c0ef4888afa928e176433a2f7e16478a63378)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.23/youtube-dl-2015.02.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.23/youtube-dl-2015.02.23.tar.gz.sig">sig</a> - fef068d1a400ba2178e42fc2465d6d348579ee2d7ea704a3abccc25f40b50beb)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.23.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.23.1/youtube-dl.exe.sig">sig</a> - a2ff621b48e8b43bbce8ea9b14bf501451620a65b6a0d1d10ef44f81710e2c78)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.02.23.1/youtube-dl-2015.02.23.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.23.1/youtube-dl-2015.02.23.1.tar.gz.sig">sig</a> - f17925d3f728c209b5d2cdca814004180599c9ba9ddaac7fb10fbd1c1a09bb74)
|
|
|
|
|
</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/2015.02.23/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.23.1/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/2015.02.23/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.23.1/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/2015.02.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/2015.02.23.1/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>
|
|
|
|
|