|
|
@ -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.10.15/youtube-dl">2013.10.15</a> (<a href="https://yt-dl.org/downloads/2013.10.15/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.10.17/youtube-dl">2013.10.17</a> (<a href="https://yt-dl.org/downloads/2013.10.17/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: c90c6e1aa5140e23b82e7aef8f3025e4</li> |
|
|
|
<li><strong>SHA1</strong>: c1c8d9925f1614fd26b82b5965b545ab533814d7</li> |
|
|
|
<li><strong>SHA256</strong>: f1303676bfda8aa4ee622036c145baf43338783c8730ce3b4ec8c45dfb128487</li> |
|
|
|
<li><strong>MD5</strong>: 420ac44d32a666016de5408a41acc20e</li> |
|
|
|
<li><strong>SHA1</strong>: 016a545bebdd9b25f8fac028e353975bb2e30f11</li> |
|
|
|
<li><strong>SHA256</strong>: 93fb6b232b55ff82256e3d31e49fc572633cd7ee6ad14f232c10498ec44bcb1b</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.15/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.15/youtube-dl.exe.sig">sig</a> - 867ecf9d933fbe2b14287d1cf8e6027e0c43efce89fcb4b4821bbcda2eb2df9b)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.15/youtube-dl-2013.10.15.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.15/youtube-dl-2013.10.15.tar.gz.sig">sig</a> - f09a629f2d16f591413e9c1bcf62de3188792b638ae8bec005a0fa002404d717) |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.17/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.17/youtube-dl.exe.sig">sig</a> - f6698ddfa1578399fe7730fce0511884b0ffee10f68ed6d7faa3e0b78babab99)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2013.10.17/youtube-dl-2013.10.17.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.17/youtube-dl-2013.10.17.tar.gz.sig">sig</a> - 789aa2d66379a9dd2f541b4c210348e83d0b6eea61925564b064f98105087927) |
|
|
|
</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.10.15/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.10.17/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.10.15/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.17/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.10.15/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.10.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>The following GPG keys will be used to sign the binaries and the git tags:</p> |
|
|
|