Spotify Dl Versions Save

Downloads songs from your Spotify Playlist

v8.9.0

4 months ago

Changes

  • Release/8.9.0 @SathyaBhat (#370)

🚀 Features

  • Add tempo information to track metadata @krishsharma0413 (#368)

🧰 Maintenance

  • Fix typo @sulavmhrzn (#360)

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.8.2

9 months ago

Changes

  • detect and parse new intl-xx urls @Mattia98 (#349)
  • Update youtube.py @mcensi (#352)

🧰 Maintenance

  • 8.8.2 release @SathyaBhat (#357)

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.8.1

1 year ago

Changes

🐛 Bug Fixes

  • check that the flag to delete has been explicitly set @SathyaBhat (#345)

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.8.0

1 year ago

Changes

🚀 Features

  • Add dump json @jonas-resch (#341)
  • Added an option to delete deprecated tracks. @LuluDavid (#340)

🧰 Maintenance

  • 8.8 release @SathyaBhat (#342)

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.7.0

1 year ago

Changes

🐛 Bug Fixes

  • Drop query string @anddam (#333) (fixes #330)
  • Update spotify developer console URL (fixes #336)

🧰 Maintenance

  • v.8.7.0 release @SathyaBhat (#338)

Update using

pip install spotify_dl --upgrade

Thanks to @anddam for their contributions!

v8.6.0

1 year ago

Changes

🐛 Bug Fixes

  • Avoid querying youtube if --no-overwrites is set & the mp3 file already exists @LuluDavid (#277)

🧰 Maintenance

  • bump up version for release @SathyaBhat (#328)

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.5.0

1 year ago

Changes

🚀 Features

  • Added option to download through a proxy @Diiak (#308)

If you wish to download via proxy, pass -p flag with the URL of the proxy.

For HTTP:

     spotify_dl -p "http://username:password@hostname:port" or "http://hostname:port"

For SOCKS5

     spotify_dl -p "socks5://username:password@hostname:port" or "socks5://hostname:port"

thanks to @Diiak for adding this feature.

🐛 Bug Fixes

  • skip sponsorblock by default @SathyaBhat (#311)

🧰 Maintenance

  • release 8.5.0 @SathyaBhat (#312)

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.4.0

1 year ago

Changes

🚀 Features

  • added multi processing @kithstack1 (#300)

You can now make use of multiple cores to speed up downloads. To do this, pass -mc <number> where <number> is the number of cores that you have. If you set this to too high, spotify-dl will automatically set it to one less than the number of cores available. See the README for details! Thanks @kithstack1 for adding this feature.

🧰 Maintenance

  • bump up version for release @SathyaBhat (#306)
  • Address minor style/nitpicks @SathyaBhat (#305)
  • Allow for more dependencies @NicolaSmaniotto (#273)

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.3.0

2 years ago

Changes

🧰 Maintenance

  • bump up spotipy @SathyaBhat (#268)

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.2.0

2 years ago

Changes

🚀 Features

  • Allow skipping non-music sections using SponsorBlock API @OlegSea (#256)

🧰 Maintenance

  • bump up Rich @SathyaBhat (#265)

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!