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.
Allow getting updated man page via -U #7580
Comments
|
Python's |
It would be nice if users who update their local copy via "youtube-dl -U" could also get an updated copy of the man page.
I guess this should imply adding a copy of the man page source file to the zipped youtube-dl executable, and adding a command-line option to generate/display the man page (something like "youtube-dl --man", following the example of "youtube-dl --help").