|
|
@ -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> |
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl">2015.08.23</a> (<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl.sig">sig</a>)</h2> |
|
|
|
<h2><a href="https://yt-dl.org/downloads/2015.08.28/youtube-dl">2015.08.28</a> (<a href="https://yt-dl.org/downloads/2015.08.28/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><strong>MD5</strong>: a59cc8d80bfcc3c2788dd5f84be6fd9b</li> |
|
|
|
<li><strong>SHA1</strong>: 22230913504bcd1a3dd74dca0b5b9c140f397a51</li> |
|
|
|
<li><strong>SHA256</strong>: c1b93d747cd08b06acc8ecba65f1e8ba7c3ad034e3e783419cfcda668bfaa7b7</li> |
|
|
|
<li><strong>MD5</strong>: e554abdd00c455cc9b47267b1bdbcc06</li> |
|
|
|
<li><strong>SHA1</strong>: 17c713e2440d6d48fda8b36381ff53f51ad96f64</li> |
|
|
|
<li><strong>SHA256</strong>: 3f6a925fc4f324de8f5e2ca8aad1b47408a11b83fee29ae15f6ece2ffb804f10</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl.exe.sig">sig</a> - bafe245547b469847a14a1b762735780e05cfc0dcde30ae56c349335c055bbe0)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl-2015.08.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.08.23/youtube-dl-2015.08.23.tar.gz.sig">sig</a> - 774de06d23a87a37a040399101f716c86b17d21ff78971346263217d6862757e) |
|
|
|
<a href="https://yt-dl.org/downloads/2015.08.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.08.28/youtube-dl.exe.sig">sig</a> - 64637aaa0f0e6597773a25c06a5a193114abbf637a3785fde2b95d4f82805652)<br> |
|
|
|
<a href="https://yt-dl.org/downloads/2015.08.28/youtube-dl-2015.08.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.08.28/youtube-dl-2015.08.28.tar.gz.sig">sig</a> - 7763dc3869804696b1f1b66cb460d578d1af8de0a73046d449803bd3ac5f5045) |
|
|
|
</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/2015.08.23/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.08.28/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
sudo chmod a+rx /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/2015.08.23/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.08.28/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
sudo chmod a+rx /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/2015.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> |
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.08.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> |
|
|
|