|
@ -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.04.03.2/youtube-dl">2014.04.03.2</a> (<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl">2014.04.03.3</a> (<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.sig">sig</a>)</h2> |
|
|
|
|
|
|
|
|
<ul> |
|
|
<ul> |
|
|
<li><strong>MD5</strong>: c0ee2c218e9219fe73459d74d47f102b</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: ccc8aa1998e100016350e26bca4b4620432769e3</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: b935e4ffc7afdd26ed0f2fdc5bf90898faea695de92db4c1add401249e210475</li> |
|
|
|
|
|
|
|
|
<li><strong>MD5</strong>: 038cfa3f2bdfb903f0a7da681fe94da0</li> |
|
|
|
|
|
<li><strong>SHA1</strong>: ceb854dd830083a94a3662eac6cc9c8be4661242</li> |
|
|
|
|
|
<li><strong>SHA256</strong>: 421cef5f9d6e1d62b71e073102ea82c0ce52fa450c9fb40be663473ac4704332</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe.sig">sig</a> - 9e74f240ce7de9fee4e47c6302291d93e01e5f98b07013591c8e8a291b61e706)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz.sig">sig</a> - 17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba) |
|
|
|
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.exe.sig">sig</a> - 1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98)<br> |
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz.sig">sig</a> - 13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431) |
|
|
</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.04.03.2/youtube-dl -o /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.03.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.04.03.2/youtube-dl -O /usr/local/bin/youtube-dl<br/> |
|
|
|
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.03.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> |
|
|
|
|
|
|
|
@ -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/2014.04.03.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.04.03.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> |
|
|