|
|
|
@ -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.02.03/youtube-dl">2014.02.03</a> (<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.02.03.1/youtube-dl">2014.02.03.1</a> (<a href="https://yt-dl.org/downloads/2014.02.03.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 010520891d9d9874aafad8d4e5b20494</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 04c217c7af43406895bd592a2db252c2c785a3a6</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 648e0b0f15c3fdd6a081ff54448a5eee3c58ea72b87165fbe3715cd72cdab084</li>
|
|
|
|
|
<li><strong>MD5</strong>: 7aa4999f527aa6b2162b285f45e9ef11</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 7c57d32429f25c13b33288f56547df41ea39ed1c</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 2410d717a4a497a6dcf65cd25eb5d915cd486d838b3f5b05e1c15ec485d254fe</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl.exe.sig">sig</a> - 0bf4aad4ed862064ea87e3bc8a379efc00c3e38ed2d2d9224a98accf493ab640)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl-2014.02.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.03/youtube-dl-2014.02.03.tar.gz.sig">sig</a> - 394aac721d49e27039a7cca20c23b92e01346f690e64d528eb071e29ce9b462d)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.03.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.03.1/youtube-dl.exe.sig">sig</a> - 169da9e4d609dda551043b4fe68621e51642e5e51b89b18961dfd1138fce38f4)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.02.03.1/youtube-dl-2014.02.03.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.03.1/youtube-dl-2014.02.03.1.tar.gz.sig">sig</a> - ebfe94cf80ee88fc2c34dbc594332432ad2d2db6216cdaae9cbe115e6cfa9bd2)
|
|
|
|
|
</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.02.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.03.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/2014.02.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.03.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -49,7 +49,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.02.03/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.02.03.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>
|
|
|
|
|