@ -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.23 /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.23 .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.23 /youtube-dl"> 2016.06.23< / a > (< a href = "https://yt-dl.org/downloads/2016.06.23 /youtube-dl.sig"> sig< / a > )< / h2 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.06.23 .1 /youtube-dl"> 2016.06.23.1 < / a > (< a href = "https://yt-dl.org/downloads/2016.06.23 .1 /youtube-dl.sig"> sig< / a > )< / h2 >
< ul >
< li > < strong > MD5< / strong > : 5c01c5f0124612a658aa86c8094d059a < / li >
< li > < strong > SHA1< / strong > : b2f40bb835ff29cfa29782fb3a8c598738256ebc < / li >
< li > < strong > SHA256< / strong > : 0a8c99fa7f67d91f78cdbbe8cf0e823cec065b68c75cfe91ec7570e5873c975 9< / li >
< li > < strong > MD5< / strong > : b155f87857e22edf7cd6bbc91a981258 < / li >
< li > < strong > SHA1< / strong > : 55760eab4bb9e7586674f624748a329ea378eb2f < / li >
< li > < strong > SHA256< / strong > : 5c9302e555908812098dd67bb87f55a527648954ec0eda9114f339cf793fcdd 9< / li >
< / ul >
< p >
< a href = "https://yt-dl.org/downloads/2016.06.23 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.23 /youtube-dl.exe.sig"> sig< / a > - 88005ba312a951e2db08a12d4f21124b50e469d245db76795065a186864a5be3 )< br >
< a href = "https://yt-dl.org/downloads/2016.06.23 /youtube-dl-2016.06.23.tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.23 /youtube-dl-2016.06.23.tar.gz.sig"> sig< / a > - 79c4db0fdcf7e3bf806ede5014d4648e876f3b0343de0a6a47c9f772c726c8fd )
< a href = "https://yt-dl.org/downloads/2016.06.23 .1 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.23 .1 /youtube-dl.exe.sig"> sig< / a > - 53d4536d4b0d711e25f62a57c22660f096d8e5da64646982bf0c51bbe16727bf )< br >
< a href = "https://yt-dl.org/downloads/2016.06.23 .1 /youtube-dl-2016.06.23.1 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.23 .1 /youtube-dl-2016.06.23.1 .tar.gz.sig"> sig< / a > - fd4e2304eb71c934502929446596b898ca7197b26dabb3540795bcfcc16a2e13 )
< / 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.23/youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl -L https://yt-dl.org/downloads/2016.06.23.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.23/youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.23.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.23/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.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 >
< / p >
< p > The following GPG keys will be used to sign the binaries and the git tags:< / p >