SwapnilSoni1999 Spotify Dl Versions Save

Spotify Downloader and alternative of Spotdl(python) tool made in NodeJS based on youtube-dl

1.0.8

2 years ago
  • Package updates
  • minor fixes by @phyzical

Big chung thanks to @phyzical for keeping it alive

1.0.7

2 years ago
  • upgreaded deps

1.0.6

2 years ago
  • Deps updates
  • Upgrades and fixes by @phyzical

1.0.5

2 years ago
  • 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)

1.0.2

2 years ago
  • 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 :tada:

1.0.0

3 years ago
  • Now supports artist downloading :partying_face: 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 :heart: And his work is greatly appreciated :) Thank you for contributing.

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

0.5.2

3 years ago
  • Updated outdated packages to latest

0.5.0

3 years ago
  • Fixed album downloading
  • Added --extra-search argument (use spotifydl --help to read more about it)
  • updated deps

0.4.9

3 years ago
  • Fixed path validation in album download

0.4.8

3 years ago
  • Fixed album downloading
  • Updated Dependencies to latest version
  • minor fixes