|
|
@ -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.12.02/youtube-dl">2013.12.02</a> (<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl">2013.12.03</a> (<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: 011debd7ffebeaf7db57a2433ae7755c</li>
|
|
|
|
<li><strong>MD5</strong>: 0b43fe6f53c95c9a993f58ac81ce3331</li>
|
|
|
|
<li><strong>SHA1</strong>: 803ae4be53110a882d279988ff4863e5a5117247</li>
|
|
|
|
<li><strong>SHA1</strong>: a38a057fe26f9ab582c9bb87e231581ac3057187</li>
|
|
|
|
<li><strong>SHA256</strong>: a1064866a0597539eebd4e0786d9ae90d77c655914c299a459f26a54a76bd98f</li>
|
|
|
|
<li><strong>SHA256</strong>: 1c2728cdcfbdd16ccd1b4f8f90f2105b9f8d85351d399265ebaf288bfa89f758</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl.exe.sig">sig</a> - 0ed01e6fb5034e77818c3ff5aa90f1eecc94548e56d17d2e9e98c23ae4573ffa)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe.sig">sig</a> - a6769ab158a76d5393e52f85fb3f8a31d9e85d05dc9bc314508423fe284e50d5)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz.sig">sig</a> - 09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d)
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz.sig">sig</a> - 0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf)
|
|
|
|
</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.12.02/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.03/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.12.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.03/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.12.02/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.12.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>
|
|
|
|
</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>
|
|
|
|