SathyaBhat / spotify-dl

Downloads songs from your Spotify Playlist
http://sathyasays.com/2015/12/29/spotify-dl-download-your-spotify-my-music-songs-as-mp3/
MIT License
1.73k stars 212 forks source link

Add dump json #341

Closed jonas-resch closed 1 year ago

jonas-resch commented 1 year ago

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.

SathyaBhat commented 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)

jonas-resch commented 1 year ago

Hi @SathyaBhat, we use it for our Discord music bot where we call spotify-dl from C++ and parse the JSON output.