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.
-U deprecated? #5129
-U deprecated? #5129
Comments
|
This helped (I did not remember I installed with pip): sudo pip install -U youtube-dl |
|
Cannot youtube-dl determine that and output "sudo pip install -U youtube-dl" if I run "sudo youtube-dl -U" |
|
Thats an idea for you. |
|
There is no way that I am aware of to reliably determine whether youtube-dl was installed manually with setup.py, from a tarball, with a package manager, or with pip. If you know how to distinguish these cases, please describe how you can do that. Invoking |
sudo youtube-dl -U # installed from package (version 2015.02.26.2) gives:
"It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update."
I am sure I could use this some months ago with the youtube-dl package. What am I missing?