@ -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 > 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.0 2 /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.0 3 /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.0 2/youtube-dl"> 2016.06.02 < / a > (< a href = "https://yt-dl.org/downloads/2016.06.0 2 /youtube-dl.sig"> sig< / a > )< / h2 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.06.0 3/youtube-dl"> 2016.06.03 < / a > (< a href = "https://yt-dl.org/downloads/2016.06.0 3 /youtube-dl.sig"> sig< / a > )< / h2 >
< ul >
< ul >
< li > < strong > MD5< / strong > : 7bb6bcf2adb3e86dfc6937da1bbe03dd < / li >
< li > < strong > MD5< / strong > : 53ec03ce546d16f86c13fb7180cf3b44 < / li >
< li > < strong > SHA1< / strong > : 9dd067edf9fd69a51ebd25ea6a111a66051a1315 < / li >
< li > < strong > SHA1< / strong > : 175bd682160ec7acb8aa9a1c496f88f734fbaf79 < / li >
< li > < strong > SHA256< / strong > : 443dd6a84b79112f009f2143c802e10c1cbe39d299e48e4e85d1624192137a1e < / li >
< li > < strong > SHA256< / strong > : a3a519a73efc8c0455d245f9c82078857f09589cd85af7808b6cc507a48143f8 < / li >
< / ul >
< / ul >
< p >
< p >
< a href = "https://yt-dl.org/downloads/2016.06.0 2 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.0 2/youtube-dl.exe.sig"> sig< / a > - 17054e5d050d41b7a413286efd7911eb93d3f79e3e0a0a58c1abc1999a50710a )< br >
< a href = "https://yt-dl.org/downloads/2016.06.0 3 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.06.0 3/youtube-dl.exe.sig"> sig< / a > - 2f443788a12adf3335c630c54b85eb8d35f9c0e35a09f67f5e17d062cb2ba3f1 )< br >
< a href = "https://yt-dl.org/downloads/2016.06.0 2/youtube-dl-2016.06.02 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.0 2/youtube-dl-2016.06.02.tar.gz.sig"> sig< / a > - 0a2ce75ec7734b2b251815146f52678240e9f8cedeb00a5da04c85ebae8e1497 )
< a href = "https://yt-dl.org/downloads/2016.06.0 3/youtube-dl-2016.06.03 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.06.0 3/youtube-dl-2016.06.03.tar.gz.sig"> sig< / a > - 29d9eb4eeea9c781010ee6111a8d0dc6469b9974fbd76c6c6d1641f3e8d489e2 )
< / p >
< / p >
< p > To install it right away for all UNIX users (Linux, OS X, etc.), type:
< 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.02 /youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl https://yt-dl.org/downloads/2016.06.03 /youtube-dl -o /usr/local/bin/youtube-dl< br / >
sudo chmod a+rx /usr/local/bin/youtube-dl< / code >
sudo chmod a+rx /usr/local/bin/youtube-dl< / code >
< / p >
< / p >
< p > If you do not have curl, you can alternatively use a recent wget:
< 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.02 /youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.03 /youtube-dl -O /usr/local/bin/youtube-dl< br / >
sudo chmod a+rx /usr/local/bin/youtube-dl< / code >
sudo chmod a+rx /usr/local/bin/youtube-dl< / code >
< / p >
< / p >
@ -55,7 +55,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
< / p >
< / p >
< p > To check the signature, type:
< p > To check the signature, type:
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.06.02 /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.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 >
< / p >
< / p >
< p > The following GPG keys will be used to sign the binaries and the git tags:< / p >
< p > The following GPG keys will be used to sign the binaries and the git tags:< / p >