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.
[REQUEST] --write-single-json argument #5486
Comments
|
This would be less necessary if something solving #2867 was created, but if that is not possible, that is fine. |
|
Do you want the file to be written with the full playlist (at the end) or that each time a video is downloaded the json file is updated? |
|
Either one of those would work, but I guess lets go with the write every Thanks John Lage |
I think it would be helpful for there to be a version of --dump-single-json that wrote the progress to the STDOUT like normal downloading operations, but wrote the JSON file to disk like --write-info-json. This would essentially be --write-info-json for playlists and channels. I am currently writing a website that will use youtube-dl for its youtube video downloading, and video/playlist/channel information gathering. Having this option will allow me to monitor the progress of the information updates easily, which i cannot do with --dump-single-json.
Thanks,
John Lage