Releases: SwapnilSoni1999/spotify-dl
Releases · SwapnilSoni1999/spotify-dl
spotify-dl version: 1.0.8
spotify-dl version: 1.0.7
- upgreaded deps
spotify-dl version: 1.0.6
- Deps updates
- Upgrades and fixes by @phyzical
spotify-dl version: 1.0.5
Spotify-dl version: 1.0.2
- 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
- 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
- Updated outdated packages to latest
spotify-dl version: 0.5.0
- Fixed album downloading
- Added
--extra-search
argument (usespotifydl --help
to read more about it) - updated deps
spotify-dl version: 0.4.9
- Fixed path validation in album download
spotify-dl version: 0.4.8
- Fixed album downloading
- Updated Dependencies to latest version
- minor fixes