Releases: SathyaBhat/spotify-dl
Releases · SathyaBhat/spotify-dl
v6.0.0
Changes
- bump version for release @SathyaBhat (#105)
🚀 Features
- Add Track Tagging with id3 @stephen-huan (#84)
🐛 Bug Fixes
🧰 Maintenance
- bump up Spotipy version @SathyaBhat (#102)
v5.0.1
Changes
- No changes to spotify_dl, bug fix for Python publisher action (see actions/starter-workflows#554)
v5.0.0
Changes
🚀 Features
- Add cache for saving URLs previously saved @SathyaBhat (#80)
- Add support for HTML Scraper @lucanello (#75)
🐛 Bug Fixes
- Fix video id cache @SathyaBhat (#97)
- save request ids in cache when fetched from Youtube API @SathyaBhat (#96)
🧰 Maintenance
- Add release drafter @SathyaBhat (#93)
- Add DeepSource integration @SathyaBhat (#79)
v4.0.0
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
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)
Bug fix:
- user_id error & support for playlist url with or without userid( #58, @nikhilnagaraju)
Update using
sudo pip3 install spotify_dl --upgrade
(Drop sudo if not required)
v3.0
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
New Feature:
- You can now provide a config file to provide default settings so that you don't have to type the same options over & again. Thanks to @alvierahman90 for this and to @avinassh for reviewing the changes. Refer to Readme - How do I set the defaults
Update using
sudo pip3 install spotify_dl --upgrade
(Drop sudo if not required)
v2.5
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
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:
Thanks to @shantanugoel for all of these fixes & features
Update using
sudo pip3 install spotify_dl --upgrade
(Drop sudo if not required)