Skip to content

Releases: SwapnilSoni1999/spotify-dl

spotify-dl version: 1.0.8

05 May 18:47
8557b01
Compare
Choose a tag to compare

Big chung thanks to @phyzical for keeping it alive

spotify-dl version: 1.0.7

26 Jan 21:01
850488c
Compare
Choose a tag to compare
  • upgreaded deps

spotify-dl version: 1.0.6

06 Nov 08:34
5aafb69
Compare
Choose a tag to compare
  • Deps updates
  • Upgrades and fixes by @phyzical

spotify-dl version: 1.0.5

07 Sep 16:05
3b4ac37
Compare
Choose a tag to compare
  • Converted to module (Huge thanks to contributors)
  • Docker improvements by @phyzical
  • Major bug fixes by @phyzical
  • Code DRY and refactoring by @phyzical
  • Many more improvements and dep upgrades (check commits)

Spotify-dl version: 1.0.2

17 Jun 10:51
bc5e9a3
Compare
Choose a tag to compare
  • added logic retry youtube links up to a max of 10 links if there is a failure for whatever reason
  • added support for saved albums - requires auth, new flag is --sa
  • added support for saved playlists - requires auth, new flag is --sp
  • added support for saved tracks - requires auth, new flag is --st
  • Added a new flag --oo which will force all downloaded songs into the output dir (-o flag), without the --oo songs will always save a track in - artist/album/song.mp3 irrelevant of what is being downloaded
  • Added support for auth of a user to get saved albums, playlists and tracks, If you provide a username and password (--u and --p) we will attempt to autologin, otherwise a browser prompt will be served for users. when non tty an error will be thrown when attempting --sa,sp or st as we cannot serve a browser without user interaction
  • There is now basic support for users to overwrite default flags in config.js
  • added support for auto removal of sponsors and other irrelevant non music sections within songs
  • bunch of DRY throughout the code so we end up with the same song data at the download step

Huge thanks to @phyzical for this update 🎉

[Major] Spotifydl: v1.0.0

14 May 17:24
Compare
Choose a tag to compare
  • Now supports artist downloading 🥳 HUGE thanks to @phyzical (Jack) for his contribution.
  • Source rewrite and dependencies
  • Better caching support
  • Much faster downloading
  • Skips too lengthy songs. (Eg. some songs on youtube are not uploaded so something else gets downloaded such as some biography movie of 1hour+ duration, which is now fixed)
  • Code dryup and refactoring.

All the updated are done by @phyzical ❤️ And his work is greatly appreciated :) Thank you for contributing.

if you face any issue then raise one from issues section.

spotify-dl version: 0.5.2

30 Mar 17:30
Compare
Choose a tag to compare
  • Updated outdated packages to latest

spotify-dl version: 0.5.0

30 Jan 15:47
Compare
Choose a tag to compare
  • Fixed album downloading
  • Added --extra-search argument (use spotifydl --help to read more about it)
  • updated deps

spotify-dl version: 0.4.9

27 Jan 07:54
Compare
Choose a tag to compare
  • Fixed path validation in album download

spotify-dl version: 0.4.8

26 Jan 08:25
Compare
Choose a tag to compare
  • Fixed album downloading
  • Updated Dependencies to latest version
  • minor fixes