Skip to content

Releases: SathyaBhat/spotify-dl

v8.9.0

07 Jan 05:35
42492d5
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.8.2

21 Jul 00:45
633d177
Compare
Choose a tag to compare

Changes

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.8.1

12 May 15:33
59aae7a
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.8.0

10 May 08:17
8cc6043
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.7.0

16 Apr 08:57
524e065
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

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

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to @anddam for their contributions!

v8.6.0

14 Mar 22:50
2389598
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

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

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.5.0

30 Oct 01:24
b175311
Compare
Choose a tag to compare

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

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.4.0

15 Oct 01:45
403547b
Compare
Choose a tag to compare

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

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.3.0

19 Apr 20:19
3a5b262
Compare
Choose a tag to compare

Changes

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.2.0

19 Apr 15:51
9f12bdb
Compare
Choose a tag to compare

Changes

🚀 Features

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

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!