@ -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. 19.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 >
< p > < a href = "https://yt-dl.org/downloads/2016.06. 20 /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. 19.1/youtube-dl"> 2016.06.19.1 < / a > (< a href = "https://yt-dl.org/downloads/2016.06. 19.1 /youtube-dl.sig"> sig< / a > )< / h2 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.06. 20/youtube-dl"> 2016.06.20 < / a > (< a href = "https://yt-dl.org/downloads/2016.06. 20 /youtube-dl.sig"> sig< / a > )< / h2 >
< ul >
< li > < strong > MD5< / strong > : 76548abf70562c31731d04b491486c3b < / li >
< li > < strong > SHA1< / strong > : 6edb89648c9208cdce54d326e1ca36d01d031ee3 < / li >
< li > < strong > SHA256< / strong > : b22053139ae69caf09f1be8c6305537f7233f15b18e86b0bce2223ce66fda452 < / li >
< li > < strong > MD5< / strong > : 9c1b8624510c3dda7d848993b25b9172 < / li >
< li > < strong > SHA1< / strong > : 96f900517fc09acf28f72938801e054221cb2e9d < / li >
< li > < strong > SHA256< / strong > : e5901e82cdee535da552fc8ee830b81f6889ddb891eeecfa2f242df21fa2e88a < / li >
< / ul >
< p >
< a href = "https://yt-dl.org/downloads/2016.06. 19.1 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 19.1/youtube-dl.exe.sig"> sig< / a > - 54d8cceccb4c15fa145218704f705f30128529ecc9f300966a3482601125669a )< br >
< a href = "https://yt-dl.org/downloads/2016.06. 19.1/youtube-dl-2016.06.19.1 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 19.1/youtube-dl-2016.06.19.1.tar.gz.sig"> sig< / a > - 223c496be84dd57ba9f7d6a132a2732b67c79c7e26e64ecae1439472c10d0d45 )
< a href = "https://yt-dl.org/downloads/2016.06. 20 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 20/youtube-dl.exe.sig"> sig< / a > - f59d1e9f531e24bb8111c2602fa4c824f41086dc7396bd3418fb25eb2465f5b9 )< br >
< a href = "https://yt-dl.org/downloads/2016.06. 20/youtube-dl-2016.06.20 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 20/youtube-dl-2016.06.20.tar.gz.sig"> sig< / a > - 2b377bf98fb1304f6f33e8365ef3e87e5c4f45e18b10186efd9604c24ac51281 )
< / 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.19.1 /youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl -L https://yt-dl.org/downloads/2016.06.20 /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.19.1 /youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.20 /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.19.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 >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.20 /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 >