|
|
|
@@ -16,29 +16,29 @@
|
|
|
|
|
|
|
|
|
|
<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 except for Windows exe.</p>
|
|
|
|
|
|
|
|
|
|
<p><a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
|
|
|
|
|
<p><a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl">2016.07.02</a> (<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl">2016.07.03</a> (<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: e083d5d6f7b3f7d54032c6760f1508d7</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 230b9de0c099608eea5501fcaffe1dfbb90a91a6</li>
|
|
|
|
|
<li><strong>SHA256</strong>: cc9027ecc065c0933de5d58ae5ed10763b1d9b5c46b27177bbb9d33d6a18097d</li>
|
|
|
|
|
<li><strong>MD5</strong>: 10e4ac749e659069ea5ed8921193b75d</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 04612e0ce0b71ac6abd7a620dd31f937b984794b</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 31926b0579c01adce035cda72375e08ef1135bc966603d7c87ef18ee29a06d51</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl.exe.sig">sig</a> - a533f4e453940d3c8a116fbf9b751ed87adab9f07408f8b38f4dfb965ac9a4c0)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl-2016.07.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.07.02/youtube-dl-2016.07.02.tar.gz.sig">sig</a> - 031c4f28611f138df63a99c886c6e06fef46f2e1f5b6e63d8a088acd29a8d9ba)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl.exe.sig">sig</a> - 35815e90bff31415b40fb5565860f75c32fe02bb9de04b53d939cee08eaa700a)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl-2016.07.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.07.03/youtube-dl-2016.07.03.tar.gz.sig">sig</a> - 8877ded6c493fc9be70dc42dfb5b250baa659c12529b3b0c8406f1a96420a778)
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
|
|
|
|
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.07.02/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.07.03/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/2016.07.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.07.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@@ -55,13 +55,12 @@ 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/2016.07.02/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/2016.07.03/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>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>4096R/A4826A18</strong> Philipp Hagemeister <code>Key fingerprint = 7D33 D762 FD6C 3513 0481 347F DB4B 54CB A482 6A18</code></li>
|
|
|
|
|
<li><strong>4096R/BCF05F6B</strong> Filippo Valsorda <code>Key fingerprint = 428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B</code></li>
|
|
|
|
|
<li><strong>4096R/18A9236D</strong> Sergey M. <code>Key fingerprint = ED7F 5BF4 6B3B BED8 1C87 368E 2C39 3E0F 18A9 236D</code></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
@@ -70,6 +69,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>1024D/FAFB085C</strong> Philipp Hagemeister <code>Key fingerprint = 0600 E1DB 6FB5 3A5D 95D8 FC0D F5EA B582 FAFB 085C</code> (until 2013-06-01)</li>
|
|
|
|
|
</li>
|
|
|
|
|
<li><strong>4096R/BCF05F6B</strong> Filippo Valsorda <code>Key fingerprint = 428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B</code> (until 2014)</li>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<div class="note">
|
|
|
|
|