|
|
@ -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.01.23.1/youtube-dl">2014.01.23.1</a> (<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.01.23.2/youtube-dl">2014.01.23.2</a> (<a href="https://yt-dl.org/downloads/2014.01.23.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><strong>MD5</strong>: e9ec6332ef4e30ec21e60fd0d1296c55</li>
|
|
|
|
<li><strong>MD5</strong>: ace2020799bce85e49369b95fd6b9e40</li>
|
|
|
|
<li><strong>SHA1</strong>: 0041a4fb59e53bf0491e5592041802d40259be88</li>
|
|
|
|
<li><strong>SHA1</strong>: 55be3a9f24ba41ad4d6d5c32144c1f04c8fee4e9</li>
|
|
|
|
<li><strong>SHA256</strong>: a5b68792b1a9cbe6a57791c4bf068f214191196a7d10cf15803a2929403f147e</li>
|
|
|
|
<li><strong>SHA256</strong>: 5d2e1b5188aed6d55ec6ba4f2653805d4ca91c83dd1cd83c2997a7159fb55d9f</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.exe.sig">sig</a> - 1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.23.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.23.2/youtube-dl.exe.sig">sig</a> - 7757279e34b1205d5742ad0f9b94fdbdd845888f509ed61449ce4fc166ed0927)<br>
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz.sig">sig</a> - d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e)
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.01.23.2/youtube-dl-2014.01.23.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.23.2/youtube-dl-2014.01.23.2.tar.gz.sig">sig</a> - 8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0)
|
|
|
|
</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.01.23.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.23.2/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.01.23.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.23.2/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.01.23.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/2014.01.23.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>
|
|
|
|
</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>
|
|
|
|