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.
Checklist
Description
Tartube is a GUI for youtube-dl. It uses the --dump-json option to collect a list of videos, without downloading the videos themselves.
Many videos produce errors. For example, at the time of writing, this video has not gone live, so YouTube generates an error:
youtube-dl does not tell us which video has produced the error. It does not tell us the video ID anywhere in the log.
(In this example above, we gave youtube-dl the URL of the video, but the same problem applies if we give youtube-dl the URL of a channel or playlist.)
My feature request is this: every error should contain the ID of the video that produced it.