|
@ -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.2+ 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.2+ to work.</p> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl">2015.01.15.1</a> (<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.01.16/youtube-dl">2015.01.16</a> (<a href="https://yt-dl.org/downloads/2015.01.16/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<ul> |
|
|
<ul> |
|
|
<li><strong>MD5</strong>: 2fba6f4418eb6abda16a8a89052e3483</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: 4dda65750308f9c5a5dc909d478b6c647eb3a099</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: 0da8bca089a11711243b70b31c55e1f44c7473268138d1c62817039dfdcc8850</li> |
|
|
|
|
|
|
|
|
<li><strong>MD5</strong>: b82000c760b3c0efa539695ccac692f1</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: 6016f002d073530d667094dc6db80ebe286d4e9f</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: b5097dbc136c8e141f5c55c58148ffef5bf19f6ef78976a3b4993761addf50e8</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl.exe.sig">sig</a> - 912de6b3804d73d64de4c934ef8fab992c55006fcd1f1d3299660375e0f6d6bb)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl-2015.01.15.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.15.1/youtube-dl-2015.01.15.1.tar.gz.sig">sig</a> - 33ca4587ada5fb57646d3ff32f8502ec5f2573043cbd9ce634305e299fb22a17) |
|
|
|
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.16/youtube-dl.exe.sig">sig</a> - 85c7c0766d530a7e06b01a9b3f9d844a72fa57ab555f6743ba91055b7edbee41)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2015.01.16/youtube-dl-2015.01.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.16/youtube-dl-2015.01.16.tar.gz.sig">sig</a> - 194eeeea3357b95eb447d8cfdc3227802849e2be697e2bad925cfad01e3a673e) |
|
|
</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/2015.01.15.1/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.16/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/2015.01.15.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.16/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> |
|
|
|
|
|
|
|
@ -53,7 +53,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/2015.01.15.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> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.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> |
|
|
</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> |
|
|