Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Feature request: Search for other versions #8503
Comments
|
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. |
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 -
and the other was installed using
which youtubeshowed 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.