@ -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. 03 /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. 11 /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. 03/youtube-dl"> 2016.06.03 < / a > (< a href = "https://yt-dl.org/downloads/2016.06. 03 /youtube-dl.sig"> sig< / a > )< / h2 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.06. 11/youtube-dl"> 2016.06.11 < / a > (< a href = "https://yt-dl.org/downloads/2016.06. 11 /youtube-dl.sig"> sig< / a > )< / h2 >
< ul >
< li > < strong > MD5< / strong > : 53ec03ce546d16f86c13fb7180cf3b44 < / li >
< li > < strong > SHA1< / strong > : 175bd682160ec7acb8aa9a1c496f88f734fbaf79 < / li >
< li > < strong > SHA256< / strong > : a3a519a73efc8c0455d245f9c82078857f09589cd85af7808b6cc507a48143f8 < / li >
< li > < strong > MD5< / strong > : 1c72af10a88db3fe04494e725f9c97dc < / li >
< li > < strong > SHA1< / strong > : 128140e4826fd7d1895412f71ca09c5ae0e353e3 < / li >
< li > < strong > SHA256< / strong > : 447a8059df210baaf805579618f01d7c3efcc14f7d2ec15664ecbf29bcc532d6 < / li >
< / ul >
< p >
< a href = "https://yt-dl.org/downloads/2016.06. 03 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 03/youtube-dl.exe.sig"> sig< / a > - 2f443788a12adf3335c630c54b85eb8d35f9c0e35a09f67f5e17d062cb2ba3f1 )< br >
< a href = "https://yt-dl.org/downloads/2016.06. 03/youtube-dl-2016.06.03 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 03/youtube-dl-2016.06.03.tar.gz.sig"> sig< / a > - 29d9eb4eeea9c781010ee6111a8d0dc6469b9974fbd76c6c6d1641f3e8d489e2 )
< a href = "https://yt-dl.org/downloads/2016.06. 11 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 11/youtube-dl.exe.sig"> sig< / a > - 4d95ccb24f74b629852df406e10b48ee173c469315bc7cd1426335c76f8f8e22 )< br >
< a href = "https://yt-dl.org/downloads/2016.06. 11/youtube-dl-2016.06.11 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06. 11/youtube-dl-2016.06.11.tar.gz.sig"> sig< / a > - 0f80b140e1711b26750d0eafc1fb50950ea8d225fbfc244053b199f3a261f9ab )
< / 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.06.03 /youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl -L https://yt-dl.org/downloads/2016.06.11 /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.03 /youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.11 /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.03 /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.11 /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 >