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.
Retrieve title while downloading with progress report via CLI #26980
Comments
|
Embed as python, add progress hooks, return data in whatever form you need. |
Checklist
Others got closed without much of a glimpse of the problem.
Description
It's currently not possible to my knowledge to do the following in one go:
all in one run without having to run ytdl multiple times, creating additional roundtrips to the source server.
I can run ytdl multiple times for this to run --print-json and then run it normally. But it's a waste of possible youtube DoS blocks and can take additional multiple seconds to complete.