|
|
|
@ -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>
|
|
|
|
|
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl">2014.08.22.2</a> (<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
<h2><a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl">2014.08.22.3</a> (<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.sig">sig</a>)</h2>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>MD5</strong>: 341cb182876ed874e9df6d86c64e0812</li>
|
|
|
|
|
<li><strong>SHA1</strong>: 69532be9d2474dfcc0997025801d41f3a6b2959e</li>
|
|
|
|
|
<li><strong>SHA256</strong>: 440f7262aa9ac25f1f20051607690e8b3f37c7435c6f22bb9f2c24648af1b2ba</li>
|
|
|
|
|
<li><strong>MD5</strong>: 841ff4d7adc4a8c7e8574ada4fc037c4</li>
|
|
|
|
|
<li><strong>SHA1</strong>: a993669b062b3f4dcf4f45661bdf46046f68c576</li>
|
|
|
|
|
<li><strong>SHA256</strong>: fcb4c5cb41fad9a09d9bbc14c25530fca21607ef295da44c34844977f065e8fb</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.exe.sig">sig</a> - e583816866bf11c70e05c418af90f1c7a31cdcde6b5da19cff1136e1071039a0)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl-2014.08.22.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl-2014.08.22.2.tar.gz.sig">sig</a> - 6739eda66840bb742c1053701db5c9722f93c42b85408804378789f551d26032)
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.exe.sig">sig</a> - ecbd8d1f495287ec75cae3c5edd98b96c6cd2aea231cc37d2be52d3999def983)<br>
|
|
|
|
|
<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl-2014.08.22.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl-2014.08.22.3.tar.gz.sig">sig</a> - 315711e772194cde8308b376855c61ad8c08ff51703e6c7d4e2af40074657a43)
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<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.22.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.22.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /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/2014.08.22.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.22.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
|
|
|
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
@ -53,7 +53,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/2014.08.22.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.22.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>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
|
|
|
|