|
|
@ -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>
|
|
|
|
<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/2013.09.16/youtube-dl">2013.09.16</a> (<a href="https://yt-dl.org/downloads/2013.09.16/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl">2013.09.17</a> (<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 37f53fd16576e1f0dd6396cc5a31fdf0</li>
|
|
|
|
<li><strong>MD5</strong>: e19784c150065460f785b1d9cca22061</li>
|
|
|
|
<li><strong>SHA1</strong>: 96229442f61106e0fe353059703b836a6aadb0cd</li>
|
|
|
|
<li><strong>SHA1</strong>: 04d9b140f7d17d7e4cf7e1a12f0384ac711d67c0</li>
|
|
|
|
<li><strong>SHA256</strong>: 7cace10e9edfc5149efe0428f76b61236e1552d3458eb078e8272798ef649ca4</li>
|
|
|
|
<li><strong>SHA256</strong>: 149c1ffdfe02eb7ab8fe00b1bab493fbcf006de457f904f6d310ac40a29d48f6</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.16/youtube-dl.exe.sig">sig</a> - b2b056a2a75c3d3bb9d26f4115c8e896073d65f6a9cd44104febb16fb549ead3)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl.exe.sig">sig</a> - bb520f94538eeab1957f7d7da04cafb7115da01680d7751dcf26d48caff3b3f7)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.16/youtube-dl-2013.09.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.16/youtube-dl-2013.09.16.tar.gz.sig">sig</a> - 88c4d8883a9ff74d6bfb06bc1cdf6298c1316259063e16adfa2a7788252ea43c)
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl-2013.09.17.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.17/youtube-dl-2013.09.17.tar.gz.sig">sig</a> - b2f6fc2b065acb772afe36179d1465439c902ec61ef6990f8fafb7b6c638b2c6)
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
|
|
|
<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/2013.09.16/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.09.17/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>If you do not have curl, you can alternatively use a recent wget:
|
|
|
|
<p>If you do not have curl, you can alternatively use a recent wget:
|
|
|
|
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.16/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.17/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<p>To check the signature, type:
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.16/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/2013.09.17/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>
|
|
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|