|
|
|
@ -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.22.3/youtube-dl">2014.08.22.3</a> (<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 841ff4d7adc4a8c7e8574ada4fc037c4</li>
|
|
|
|
|
<li><strong>SHA1</strong>: a993669b062b3f4dcf4f45661bdf46046f68c576</li>
|
|
|
|
|
<li><strong>SHA256</strong>: fcb4c5cb41fad9a09d9bbc14c25530fca21607ef295da44c34844977f065e8fb</li>
|
|
|
|
|
<li><strong>MD5</strong>: 38be9e31e9604d6b4be4cd7d2b007fdc</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 35cdce7adf838c9fa0b7e1752d645860700accd0</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 061b25c5a70cd648f06aee09b328013322d1f34f5ae544e0f650e899f8a2b265</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.exe.sig">sig</a> - ecbd8d1f495287ec75cae3c5edd98b96c6cd2aea231cc37d2be52d3999def983)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl-2014.08.22.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl-2014.08.22.3.tar.gz.sig">sig</a> - 315711e772194cde8308b376855c61ad8c08ff51703e6c7d4e2af40074657a43)
|
|
|
|
|
<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)
|
|
|
|
|
</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.22.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.23/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.22.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.23/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.22.3/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.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>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|