@ -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.2 6 /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.2 7 /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.2 6/youtube-dl"> 2016.06.26 < / a > (< a href = "https://yt-dl.org/downloads/2016.06.2 6 /youtube-dl.sig"> sig< / a > )< / h2 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.06.2 7/youtube-dl"> 2016.06.27 < / a > (< a href = "https://yt-dl.org/downloads/2016.06.2 7 /youtube-dl.sig"> sig< / a > )< / h2 >
< ul >
< li > < strong > MD5< / strong > : 9aae56b9868eae722b00776ce6a583d8 < / li >
< li > < strong > SHA1< / strong > : 805a4ba540a06e5472e87a1246070ddee11997d2 < / li >
< li > < strong > SHA256< / strong > : c520687b49681b15880dc5b59ead5bb46f828280db90131e50ee78dab056f379 < / li >
< li > < strong > MD5< / strong > : 2fd90f5a20bddf64a759e29f6dbb5a75 < / li >
< li > < strong > SHA1< / strong > : bc8f0bc0e313b052aa6a7264973ed895fc5fa3e5 < / li >
< li > < strong > SHA256< / strong > : e521397898ca0c36559e897c53b4d437fd66e3fd829e9e05347373e45146eaf1 < / li >
< / ul >
< p >
< a href = "https://yt-dl.org/downloads/2016.06.2 6 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.2 6/youtube-dl.exe.sig"> sig< / a > - c319eb67cc8713a21a0245ea5075ca284db2b50ca9e3937702f76b5a77c30cc4 )< br >
< a href = "https://yt-dl.org/downloads/2016.06.2 6/youtube-dl-2016.06.26 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.2 6/youtube-dl-2016.06.26.tar.gz.sig"> sig< / a > - 31cf6731b5fd119e34556b1afa8bc7b49d76f7c085c5d0a71d40f2b745d6108a )
< a href = "https://yt-dl.org/downloads/2016.06.2 7 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.2 7/youtube-dl.exe.sig"> sig< / a > - bc808cd5e3e482b319a0754dd90d693e4a963262504d74ff09ebc0c4b54cc583 )< br >
< a href = "https://yt-dl.org/downloads/2016.06.2 7/youtube-dl-2016.06.27 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.2 7/youtube-dl-2016.06.27.tar.gz.sig"> sig< / a > - 6ccb3ab1b2e3d5c231b9fff3bffe7c60b3c4973a8269bbe6a5b6835527109bcf )
< / 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.26 /youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl -L https://yt-dl.org/downloads/2016.06.27 /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.26 /youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.27 /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.26 /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.27 /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 >