|
@ -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/2014.08.21.2/youtube-dl">2014.08.21.2</a> (<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.08.21.3/youtube-dl">2014.08.21.3</a> (<a href="https://yt-dl.org/downloads/2014.08.21.3/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<ul> |
|
|
<ul> |
|
|
<li><strong>MD5</strong>: 54a0e8b6f8c53c01a97db65e5b66bf97</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: e1ccb19245cf3213ebb93386d4b7a3cc5f24ff7b</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: 68d000cd3b41cf28f76cac01635e83072c19477756ef1eb4adcea275c8ff6254</li> |
|
|
|
|
|
|
|
|
<li><strong>MD5</strong>: c8e9c5539a4c8bec723c768f35210d9d</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: 5cff45d8af68bd45ef49adf1c04eb8a940f8b3a2</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: 345af25173e4e5c0673f2fcccbfc1e8c00975c7e3ed758e9e472ff1939d2b2f4</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl.exe.sig">sig</a> - 243550949eb28c623715c1d0f138d4b701104974b2d5b37a1de4e4fc69a8697f)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl-2014.08.21.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl-2014.08.21.2.tar.gz.sig">sig</a> - 2c5c2ee34761b2dc8e4d34aaf2c37683657095b4f438e49d850b41d391d6065a) |
|
|
|
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.21.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.21.3/youtube-dl.exe.sig">sig</a> - d86500b13bb7e6e7b22bee2667705c984b307c79a0242b03d5d1c687f6b696bd)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.21.3/youtube-dl-2014.08.21.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.21.3/youtube-dl-2014.08.21.3.tar.gz.sig">sig</a> - 6922e0d1f3e0562afe50dd5c980f987aa15b952e4a45a7a58f3e9b3ec8f22085) |
|
|
</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/2014.08.21.2/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.21.3/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/2014.08.21.2/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.21.3/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/2014.08.21.2/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/2014.08.21.3/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> |
|
|