|
|
@ -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/2013.11.26/youtube-dl">2013.11.26</a> (<a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl">2013.11.28</a> (<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: 6ce67bde60d96870be685c79a0bbf9cd</li> |
|
|
|
<li><strong>SHA1</strong>: cb638eff7680c182eb5edb01656c811b82618d9e</li> |
|
|
|
<li><strong>SHA256</strong>: 6efbe1d3e53b8a9341ab785b04c7463ddc41ec8180ab56411ee9884dd875b1e7</li> |
|
|
|
<li><strong>MD5</strong>: f38b76b24c1a4bfbfc03a801f47d0f2a</li> |
|
|
|
<li><strong>SHA1</strong>: 94909da161259e8aed5657258c2be14d34a2b90a</li> |
|
|
|
<li><strong>SHA256</strong>: d1fe019e4cc17881db31fbc51e4ee7309dd6887b6ac36d5944ab4e3b03b810ef</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl.exe.sig">sig</a> - 9b3c8927acfaddf91f5a4af7f6562d0a086a23987718cfc0d1c5c269d7f6e1a4)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz.sig">sig</a> - eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe.sig">sig</a> - f45eebac389d301ba4697c97a638acddd7e2e29585b841270be424a20964de24)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz.sig">sig</a> - ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12) |
|
|
|
</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/2013.11.26/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.28/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/2013.11.26/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.28/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/2013.11.26/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.11.28/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> |
|
|
|