|
@ -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.11.28.1/youtube-dl">2013.11.28.1</a> (<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl">2013.11.29</a> (<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<ul> |
|
|
<ul> |
|
|
<li><strong>MD5</strong>: 1f78fad0d77af85ea2e07f880ad804b4</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: e26404b5db0963059497ddbf9a0c9f5416447293</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: 3eda203e269ac9429786ec96bd12be97373fa21d7bc347cafe9ea48a0cc9d723</li> |
|
|
|
|
|
|
|
|
<li><strong>MD5</strong>: b298418599caf16bf779f1ffb4037198</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: 3a8697df1ff98b421c0edaf2f7805beed0cd0156</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: ecef14a0272ebbccb3782492ace284d09cf7a54e3d999d42ab6e51cac74ee909</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.exe.sig">sig</a> - 12cf9023fcb53eac75a1dbed03ebcb6703db6105f1e32ef313b86b7cc93ac56f)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz.sig">sig</a> - 93a5b1047f5c91b00afd0f5fcbf0183cf859b7e810edea2a90f84ff2386de770) |
|
|
|
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl.exe.sig">sig</a> - 7ea0413de468a73f4ea8bba71f8ca0804e7e617ca850fcbe979b988e13a17a68)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz.sig">sig</a> - 212c6dcd81c74860f8bab9ec154592bf070478f41451c3da9611da0a794e32bd) |
|
|
</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.11.28.1/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.29/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.11.28.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.29/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.11.28.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/2013.11.29/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> |
|
|