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.
Please constrain "-F" ("--list-formats") format list output to 80 columns maximum #20018
Comments
|
You can build whatever output you need based on |
What is the purpose of your issue?
(I can't work out whether this is a bug report or an enhancement request. Perhaps it's both!)
youtube-dl -F(youtube-dl --list-formats) output is often wider than 80 characters. For example (hard wrapping the output at column 80):Also, to confirm the maximum line length of the output:
Could you please either provide an alternative output format for -F/--list-format which is constrained to a maximum of 80 characters wide, or change the default output format to be constrained to 80 characters.
Thank you!