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.76k stars 214 forks source link

Preferred quality as argument #362

Open raakatz opened 1 year ago

raakatz commented 1 year ago

Is your feature request related to a problem? Please describe. Can't download other qualities than 192 since it's hardcoded in the youtube.py file

Describe the solution you'd like An additional argument such as --preferred_quality that takes a parameter and passes it as a variable to the relevant functions

Opened PR at https://github.com/SathyaBhat/spotify-dl/pull/361