@ -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.05.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 >
< p > < a href = "https://yt-dl.org/downloads/2016.05.30 .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.05.30 /youtube-dl"> 2016.05.30< / a > (< a href = "https://yt-dl.org/downloads/2016.05.30 /youtube-dl.sig"> sig< / a > )< / h2 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.05.30 .1 /youtube-dl"> 2016.05.30.1 < / a > (< a href = "https://yt-dl.org/downloads/2016.05.30 .1 /youtube-dl.sig"> sig< / a > )< / h2 >
< ul >
< li > < strong > MD5< / strong > : 3ad70c3ea2c00d30e96d578c225c834f < / li >
< li > < strong > SHA1< / strong > : e7c11212896ba4c2e6b4e48fc28378813f3c2d85 < / li >
< li > < strong > SHA256< / strong > : e65832ab39576716e242d248cf9cf7cf92e15cb776048b73dbe58f35dab6190c < / li >
< li > < strong > MD5< / strong > : c937542c419de60b15a4ae34f56f2504 < / li >
< li > < strong > SHA1< / strong > : aef1539c010a66a97d840e763fdf17bd28dc03a7 < / li >
< li > < strong > SHA256< / strong > : 8f94381bd5ff9423632c2212a80f7a3d0b3c76adf4eab5563b483136ad7e3954 < / li >
< / ul >
< p >
< a href = "https://yt-dl.org/downloads/2016.05.30 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.05.30 /youtube-dl.exe.sig"> sig< / a > - 27811c67c80729155114582df44b9e76ed473f4903c3aef28c6e93d9ba1e2c41 )< br >
< a href = "https://yt-dl.org/downloads/2016.05.30 /youtube-dl-2016.05.30.tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.05.30 /youtube-dl-2016.05.30.tar.gz.sig"> sig< / a > - 13d0fa99938b46cd25c919fb72f715c863f2374c43a611166721bcbf6c98227f )
< a href = "https://yt-dl.org/downloads/2016.05.30 .1 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.05.30 .1 /youtube-dl.exe.sig"> sig< / a > - b0ad59710545ffce49f0ddf622b9b9ad9991b5ee2dcf195ced3968e0bf9a90dc )< br >
< a href = "https://yt-dl.org/downloads/2016.05.30 .1 /youtube-dl-2016.05.30.1 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.05.30 .1 /youtube-dl-2016.05.30.1 .tar.gz.sig"> sig< / a > - a99def762d6d8791fad64b9ccf5bd7a5486fe17f93476855f6a6ce5d08a81b7c )
< / p >
< p > To install it right away for all UNIX users (Linux, OS X, etc.), type:
< code class = "commands" > sudo curl https://yt-dl.org/downloads/2016.05.30/youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl https://yt-dl.org/downloads/2016.05.30.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.05.30/youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.05.30.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.05.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 >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.05.30.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 >