@ -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. 27 /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. 30 /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. 27/youtube-dl"> 2016.06.27 < / a > (< a href = "https://yt-dl.org/downloads/2016.06. 27 /youtube-dl.sig"> sig< / a > )< / h2 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.06. 30/youtube-dl"> 2016.06.30 < / a > (< a href = "https://yt-dl.org/downloads/2016.06. 30 /youtube-dl.sig"> sig< / a > )< / h2 >
< ul >
< li > < strong > MD5< / strong > : 2fd90f5a20bddf64a759e29f6dbb5a75 < / li >
< li > < strong > SHA1< / strong > : bc8f0bc0e313b052aa6a7264973ed895fc5fa3e5 < / li >
< li > < strong > SHA256< / strong > : e521397898ca0c36559e897c53b4d437fd66e3fd829e9e05347373e45146eaf1 < / li >
< li > < strong > MD5< / strong > : d5f0b859c2ced0de05387d3f4b52cbb7 < / li >
< li > < strong > SHA1< / strong > : 6a9d55aaa9b7e1c7d97ec2fc77b213a101712fc0 < / li >
< li > < strong > SHA256< / strong > : d95aaaa8655e50ca1ae8d48f1be0f1d815cfe9537af6575038f673c09bfe4866 < / li >
< / ul >
< p >
< a href = "https://yt-dl.org/downloads/2016.06. 27 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 27/youtube-dl.exe.sig"> sig< / a > - bc808cd5e3e482b319a0754dd90d693e4a963262504d74ff09ebc0c4b54cc583 )< br >
< a href = "https://yt-dl.org/downloads/2016.06. 27/youtube-dl-2016.06.27 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 27/youtube-dl-2016.06.27.tar.gz.sig"> sig< / a > - 6ccb3ab1b2e3d5c231b9fff3bffe7c60b3c4973a8269bbe6a5b6835527109bcf )
< a href = "https://yt-dl.org/downloads/2016.06. 30 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 30/youtube-dl.exe.sig"> sig< / a > - 5a611124774790cb96006c5cee6029a738df1632c7a0f19d6c416f5a6d5ee79e )< br >
< a href = "https://yt-dl.org/downloads/2016.06. 30/youtube-dl-2016.06.30 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 30/youtube-dl-2016.06.30.tar.gz.sig"> sig< / a > - 0b0361305157875df893c74a622937641c42b571724b3408715817834ec30c44 )
< / 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.27 /youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl -L https://yt-dl.org/downloads/2016.06.30 /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.27 /youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.30 /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.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 >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.30 /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 >