Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation link on website is not pointing to the latest binary #15903

Closed
nomad-software opened this issue Mar 18, 2018 · 1 comment
Closed

Installation link on website is not pointing to the latest binary #15903

nomad-software opened this issue Mar 18, 2018 · 1 comment
Labels

Comments

@nomad-software
Copy link

@nomad-software nomad-software commented Mar 18, 2018

On this website:
https://rg3.github.io/youtube-dl/download.html

this link:
https://yt-dl.org/downloads/latest/youtube-dl
does not point to the latest binary. So when following the installation instructions

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

you get an old version.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 18, 2018

Wrong.

> wget --no-check-certificate https://yt-dl.org/downloads/latest/youtube-dl
--2018-03-18 20:56:32--  https://yt-dl.org/downloads/latest/youtube-dl
Resolving yt-dl.org (yt-dl.org)... 95.143.172.170
Connecting to yt-dl.org (yt-dl.org)|95.143.172.170|:443... connected.
WARNING: cannot verify yt-dl.org's certificate, issued by 'CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB':
  Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 302 Found
Location: https://yt-dl.org/downloads/2018.03.14/youtube-dl [following]
--2018-03-18 20:56:33--  https://yt-dl.org/downloads/2018.03.14/youtube-dl
Connecting to yt-dl.org (yt-dl.org)|95.143.172.170|:443... connected.
WARNING: cannot verify yt-dl.org's certificate, issued by 'CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB':
  Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 302 Found
Location: https://github.com/rg3/youtube-dl/releases/download/2018.03.14/youtube-dl [following]

Location: https://github.com/rg3/youtube-dl/releases/download/2018.03.14/youtube-dl
2018.03.14

@dstftw dstftw closed this Mar 18, 2018
@dstftw dstftw added the invalid label Mar 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.