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

Feature request: Search for other versions #8503

Closed
lordloh opened this issue Feb 10, 2016 · 1 comment
Closed

Feature request: Search for other versions #8503

lordloh opened this issue Feb 10, 2016 · 1 comment

Comments

@lordloh
Copy link

@lordloh lordloh commented Feb 10, 2016

I was about to report a bug, but discovered that I had two versions of youtube-dl. One was installed a long time ago using -

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

and the other was installed using

sudo pip install --upgrade youtube_dl

which youtube showed me that I was using the old version.

It would be good to have youtube-dl look into common paths to see if there is another verision - old / new installed and give user a warning. If this is too much to do on each run, this should atleast happen if there is a bug / error.

A web check to see if a newer version exist (on error) would save a lot of debugging and redundant bug reports.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 10, 2016

Managing different versions of youtube-dl is your responsibility not youtube-dl's. youtube-dl can't know all the possible common paths your particular package manager may use.

@dstftw dstftw closed this Feb 10, 2016
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.