@ -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 /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.11 .1 /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 /youtube-dl"> 2016.06.11< / a > (< a href = "https://yt-dl.org/downloads/2016.06.1 1/youtube-dl.sig"> sig< / a > )< / h2 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.06.11 .1 /youtube-dl"> 2016.06.11. 1< / a > (< a href = "https://yt-dl.org/downloads/2016.06.1 1. 1/youtube-dl.sig"> sig< / a > )< / h2 >
< ul >
< li > < strong > MD5< / strong > : 1c72af10a88db3fe04494e725f9c97dc < / li >
< li > < strong > SHA1< / strong > : 128140e4826fd7d1895412f71ca09c5ae0e353e3 < / li >
< li > < strong > SHA256< / strong > : 447a8059df210baaf805579618f01d7c3efcc14f7d2ec15664ecbf29bcc532d6 < / li >
< li > < strong > MD5< / strong > : 0225f55abdb19190f14ec1ba763161d3 < / li >
< li > < strong > SHA1< / strong > : 4a39ded3ba6f96c84b43f3148aae5ef2acf20aa7 < / li >
< li > < strong > SHA256< / strong > : 7d849eb2286aadac637e5f24dbbdd2b935e3fb2f9bec38cff416fa6a3b54008b < / li >
< / ul >
< p >
< a href = "https://yt-dl.org/downloads/2016.06.11 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.11 /youtube-dl.exe.sig"> sig< / a > - 4d95ccb24f74b629852df406e10b48ee173c469315bc7cd1426335c76f8f8e22 )< br >
< a href = "https://yt-dl.org/downloads/2016.06.11 /youtube-dl-2016.06.11.tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.11 /youtube-dl-2016.06.11.tar.gz.sig"> sig< / a > - 0f80b140e1711b26750d0eafc1fb50950ea8d225fbfc244053b199f3a261f9ab )
< a href = "https://yt-dl.org/downloads/2016.06.11 .1 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.11 .1 /youtube-dl.exe.sig"> sig< / a > - 715712ba6cb8346695611bd2078050072042aede059abc8c2a745365a1e7c98a )< br >
< a href = "https://yt-dl.org/downloads/2016.06.11 .1 /youtube-dl-2016.06.11. 1.tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.11 .1 /youtube-dl-2016.06.11. 1.tar.gz.sig"> sig< / a > - 9c56074070f2b931b8b19fb98455082b4fb2c2b0cd16523e76b86dcdac9a76be )
< / 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/youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl -L https://yt-dl.org/downloads/2016.06.11.1 /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/youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.11.1 /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/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.11.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 >
< / p >
< p > The following GPG keys will be used to sign the binaries and the git tags:< / p >