Closed jonas-resch closed 1 year ago
Hi @jonas-resch! Thanks for the PR. I'm curious to know what do you do with the json dump (note it won't block the PR merge, I'm just curious)
Hi @SathyaBhat, we use it for our Discord music bot where we call spotify-dl from C++ and parse the JSON output.
This pull request adds a new option to the command (-j/--dump-json). When passed it ouputs the output of yt-dlp as a plain JSON. This is useful when calling spotify-dl programmatically.