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.
Show video hash on error in quiet mode #17351
Comments
|
Just an update on this, it seems to still be an issue even when quiet mode is not enabled, and on the current version as well. (2019-07-16) |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.08.22. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
I use youtube-dl heavily in downloading mostly YouTube content, usually by channel, and downloaded videos are added to an archive file.
Youtube-dl produces a LOT of stdout information when downloading from a large list of videos/channels, making the quiet option highly desirable.
However, when youtube-dl encounters an error, it prints a generic error with no reference to the video in question, requiring that it be re-run without quiet enabled to see the stdout line where the video/site are mentioned, to address the error. (Which I usually do by adding the particular video to the archive file manually).
It would be helpful if when youtube-dl encounters an error, it also prints the video information to stderr as well.