Skip to content

Releases: SathyaBhat/spotify-dl

v6.0.0

21 Oct 13:58
935e3c5
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v5.0.1

19 Sep 19:12
991f341
Compare
Choose a tag to compare

Changes

v5.0.0

19 Sep 18:38
08ee52e
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v4.0.0

29 Mar 08:07
2e5b427
Compare
Choose a tag to compare

Bumped up this to major version as I am dropping support for Python 3.5 & below.

Changes this release:

  • better wording when when Youtube API key quota has reached
  • handle SigInts & and Ctrl+C to exit w/o throwing an exception

v3.5 release

09 Feb 17:41
7fd4754
Compare
Choose a tag to compare

I'm preparing for an overhaul of spotify_dl. v4 goals include

  • tests
  • support for list of API keys to fix #60
  • more.

PRs welcome!

This release adds sentry so I can log and fix errors

v3.3 release (#59)

20 Oct 09:00
ac14bb7
Compare
Choose a tag to compare

Bug fix:

Update using

sudo pip3 install spotify_dl --upgrade

(Drop sudo if not required)

v3.0

21 Jul 13:34
Compare
Choose a tag to compare

Bug fix:

  • "can only concatenate list (not "str") to list" error when providing output directory ( #44)
  • Other assorted bug fixes

Update using

sudo pip3 install spotify_dl --upgrade

(Drop sudo if not required)

Thanks @iambibhas for this

v2.6

13 May 07:24
Compare
Choose a tag to compare

New Feature:

Update using

sudo pip3 install spotify_dl --upgrade

(Drop sudo if not required)

v2.5

27 Apr 09:10
Compare
Choose a tag to compare

New Feature:

  • You can now pass the Spotify playlist URL to download songs.

Thanks to @alvierahman90 for this.

Update using

sudo pip3 install spotify_dl --upgrade

(Drop sudo if not required)

v2.4

15 Mar 19:45
Compare
Choose a tag to compare

New features:

  • Skip Conversion to MP3 ( #34 )
  • Custom Format strings can be passed to youtube-dl if you don't like what we have selected(which is bestaudio/best by default.). Read more about youtube-dl's format options

Bug fixes:

  • Hold spotipy to 2.3.8 to avoid unnecessary dependency #33
  • Metadata write fix. #35

Thanks to @shantanugoel for all of these fixes & features

Update using

sudo pip3 install spotify_dl --upgrade

(Drop sudo if not required)