Skip to content

Releases: SathyaBhat/spotify-dl

v8.1.0

06 Feb 16:38
a01e197
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v8.0.0

24 Jan 13:54
8d48ab7
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

How to update

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!

v7.6.0

09 Apr 19:35
1ee33f0
Compare
Choose a tag to compare

Changes

🚀 Features

  • Dynamically expose file_name function in download_songs @rado0x54 (#166)
  • Add support for playlist track number @baptabl (#153)

🐛 Bug Fixes

🧰 Maintenance

  • Make album/track/playlist validation as info instead of error @SathyaBhat (#173)

How to update

Update using

pip install spotify_dl --upgrade

v7.5.0

15 Feb 17:04
649238f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Added Album Art Cover @gonzk (#145)
  • Added album, year released and track number song metadata @gonzk (#144)

🧰 Maintenance

v7.4.0

21 Jan 11:13
fa673ce
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Help users know what's wrong if they make the natural mistake of using a Spotify URI instead of a Spotify link @pbx (#138)
  • Change Getting Started Guide Link @BD103 (#132)

v7.3.0

30 Nov 08:30
db1c0e8
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Update using

pip install spotify_dl --upgrade

v7.2.0

18 Nov 21:36
5519948
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v7.1.0

17 Nov 21:26
56877bb
Compare
Choose a tag to compare

Changes

🚀 Features

  • Remove custom YT search in favour of youtube-dl's search @SathyaBhat (#122)

🐛 Bug Fixes

🧰 Maintenance

v7.0.1

31 Oct 10:37
Compare
Choose a tag to compare

Changes

  • Just a version bump to publish package

v7.0.0

31 Oct 10:33
c6ed775
Compare
Choose a tag to compare

🚀 Features

  • Switch to the Playlist API endpoint @SathyaBhat (#107)
  • Albums and individual tracks are now supported along with playlists (#52 #65 )
  • Switch to Client Auth Flow (no need for Redirect URLs/Spotify Login dance - client id/secret is still needed)

🐛 Bug Fixes