|
|
|
@@ -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.06.14/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.06.16/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.06.14/youtube-dl">2016.06.14</a> (<a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl">2016.06.16</a> (<a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: ab90fb638ef5e778a62edf1062607eb5</li>
|
|
|
|
|
<li><strong>SHA1</strong>: ead7ce6be02848b9021ee2d6213e31ad1c5cc213</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 83c5c4001e8004bd395756e330167fc0c28e0bfd7191622a0816ade9f8597be4</li>
|
|
|
|
|
<li><strong>MD5</strong>: ae4fda4f2928a142eb8bd988fdc21548</li>
|
|
|
|
|
<li><strong>SHA1</strong>: a9a31a382b4453aefefdf0799d7e5826cc99c957</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 14ec407bea1f51c0587b49ebe02d0fe7dfa5696fd58fd11f18426cedacd672e3</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl.exe.sig">sig</a> - 663cd6cf75f623ba70b29f1ca84b281daddc9fc978e05532361e6befa2cf6141)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl-2016.06.14.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.14/youtube-dl-2016.06.14.tar.gz.sig">sig</a> - daa66aed25386f7e3d6cf672a4cdcae1f7b02bd504c633f753bc077623bebb3a)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl.exe.sig">sig</a> - d33740db704937027ead71f9de4be0d507fd7efca8af8856979c826b8cf0e466)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl-2016.06.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.16/youtube-dl-2016.06.16.tar.gz.sig">sig</a> - ec4d186c355149a184101c0abe87227ccea61b99f46fcbb5ace0dff35519a3d0)
|
|
|
|
|
</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.06.14/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.16/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.06.14/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.16/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@@ -55,7 +55,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/2016.06.14/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.06.16/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>
|
|
|
|
|