@ -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.11.3 /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.12 /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.11.3/youtube-dl" > 2016.06.11.3 < / a > (< a href = "https://yt-dl.org/downloads/2016.06.11.3 /youtube-dl.sig" > sig< / a > )< / h2 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.06.12/youtube-dl" > 2016.06.12 < / a > (< a href = "https://yt-dl.org/downloads/2016.06.12 /youtube-dl.sig" > sig< / a > )< / h2 >
< ul >
< li > < strong > MD5< / strong > : 8a1b4a07fb10d24fa022c95c82027075 < / li >
< li > < strong > SHA1< / strong > : 750b0cef6c4dea0dccd567b775b4bd622c732e03 < / li >
< li > < strong > SHA256< / strong > : e0642f33028e7c22085788239b9a5cdf73296342e8aa388c88f4691882f44e1e < / li >
< li > < strong > MD5< / strong > : cfc2f565ddfef2c08b44909ee3beea23 < / li >
< li > < strong > SHA1< / strong > : cea48c5e11f42f1ecbe1f3cd01e9fbf8b26394f0 < / li >
< li > < strong > SHA256< / strong > : 12197a78019918b3bfe2441365ae26c0ce5c35d411f38daabea03de922ed328d < / li >
< / ul >
< p >
< a href = "https://yt-dl.org/downloads/2016.06.11.3 /youtube-dl.exe" > Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.11.3 /youtube-dl.exe.sig" > sig< / a > - 9473dd82871be6eafd37cbd64da5249fb32e046b0b5d3b58d7d98b550567f8c5 )< br >
< a href = "https://yt-dl.org/downloads/2016.06.11.3/youtube-dl-2016.06.11.3 .tar.gz" > Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.11.3/youtube-dl-2016.06.11.3 .tar.gz.sig" > sig< / a > - dcf4c87cb8a975bba45dcc055f54647632bb2ffafeb3e4f6f4c2538c050ec35e )
< a href = "https://yt-dl.org/downloads/2016.06.12 /youtube-dl.exe" > Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.12 /youtube-dl.exe.sig" > sig< / a > - 8c8d2108fbbd563123262ba486258d594b6352c4c723298785740079e8e7770d )< br >
< a href = "https://yt-dl.org/downloads/2016.06.12/youtube-dl-2016.06.12 .tar.gz" > Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.12/youtube-dl-2016.06.12 .tar.gz.sig" > sig< / a > - da22f40f0a837eaf92ac2f3088eb2b64cabd14a03b5c003645ac0b1ef94f6528 )
< / 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.11.3 /youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl -L https://yt-dl.org/downloads/2016.06.12 /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.11.3 /youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.12 /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.11.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 >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.12 /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 >