@ -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. 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.05.30. 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 >
< 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 >
< h2 > < a href = "https://yt-dl.org/downloads/2016.05.30. 2/youtube-dl"> 2016.05.30.2 < / a > (< a href = "https://yt-dl.org/downloads/2016.05.30. 2 /youtube-dl.sig"> sig< / a > )< / h2 >
< ul >
< li > < strong > MD5< / strong > : c937542c419de60b15a4ae34f56f250 4< / li >
< li > < strong > SHA1< / strong > : aef1539c010a66a97d840e763fdf17bd28dc03a7 < / li >
< li > < strong > SHA256< / strong > : 8f94381bd5ff9423632c2212a80f7a3d0b3c76adf4eab5563b483136ad7e3954 < / li >
< li > < strong > MD5< / strong > : 9896dbcd3b0c712febeeba1c7103747 4< / li >
< li > < strong > SHA1< / strong > : 320662022323f9590a97d1f883873ef68ef87468 < / li >
< li > < strong > SHA256< / strong > : 4e5391c099222188f035a73e7762186be642cd539dbfcb4630106f45b46f8ada < / li >
< / ul >
< p >
< 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 )
< a href = "https://yt-dl.org/downloads/2016.05.30. 2 /youtube-dl.exe"> Windows exe< / a > (< a href = "https://yt-dl.org/downloads/2016.05.30. 2/youtube-dl.exe.sig"> sig< / a > - 2e59a19fe359dc11af7ba2634cb1851d92e3e46fe2e7dac24b0b43c0a00c78a4 )< br >
< a href = "https://yt-dl.org/downloads/2016.05.30. 2/youtube-dl-2016.05.30.2 .tar.gz"> Full source + docs + binary tarball< / a > (< a href = "https://yt-dl.org/downloads/2016.05.30. 2/youtube-dl-2016.05.30.2.tar.gz.sig"> sig< / a > - 1ffb367f65f5f0ebdaaee92db509e49e88cbd27fc83d34e80ec3e9b5a3c797ad )
< / 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.1 /youtube-dl -o /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo curl https://yt-dl.org/downloads/2016.05.30.2 /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.1 /youtube-dl -O /usr/local/bin/youtube-dl< br / >
< code class = "commands" > sudo wget https://yt-dl.org/downloads/2016.05.30.2 /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.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.05.30.2 /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 >