https://github.com/SathyaBhat/spotify-dl
Downloads songs from your Spotify Playlist
https://github.com/SathyaBhat/spotify-dl
downloads-songs mp3 playlist spotify spotify-dl
Last synced: 2 months ago
JSON representation
Downloads songs from your Spotify Playlist
- Host: GitHub
- URL: https://github.com/SathyaBhat/spotify-dl
- Owner: SathyaBhat
- License: mit
- Created: 2015-12-28T18:49:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T07:36:07.000Z (11 months ago)
- Last Synced: 2025-04-02T02:11:16.297Z (2 months ago)
- Topics: downloads-songs, mp3, playlist, spotify, spotify-dl
- Language: Python
- Homepage: http://sathyasays.com/2015/12/29/spotify-dl-download-your-spotify-my-music-songs-as-mp3/
- Size: 1.31 MB
- Stars: 1,828
- Watchers: 23
- Forks: 219
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## spotify_dl
Downloads songs from any Spotify playlist, album or track.
[](http://makeapullrequest.com)
[](https://pypi.python.org/pypi/spotify_dl/)
[](https://pypi.python.org/pypi/spotify_dl/)
[](https://pypi.python.org/pypi/spotify_dl/)
[](https://GitHub.com/SathyaBhat/spotify-dl/releases/)
[](https://GitHub.com/SathyaBhat/spotify-dl/stargazers/)
[](https://GitHub.com/SathyaBhat/spotify-dl/graphs/contributors/)[](https://github.com/Naereen/badges)
### Tell me more!
I wanted an easy way to grab the songs present in my library so I can download it & use it offline. I no longer use this, but continue to maintain this. spotify-dl doesn't download anything from Spotify. It picks up the metadata from Spotify API and then uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) to download the song.
### How do I get this thing running?
Install using pip
pip3 install spotify_dl
Run the program
spotify_dl -l spotify_playlist_link_1 spotify_playlist_link_2
If you want to make use of parallel download, pass `-mc `, where `` refers to number of cores. If this is too high, spotify-dl will set it to one lesser than max number of cores that you have.
spotify_dl -mc 4 -l spotify_playlist_link_1 spotify_playlist_link_2
Spotify-dl can make use of SponsorBlock and skip non-music sections when downloading from YouTube. This is disabled by default and can be enabled using:
spotify_dl -l spotify_playlist_link_1 -s y
For running in verbose mode, append `-V`
spotify_dl -V -l spotify_playlist_link -o download_directory
For more details and other arguments, issue `-h`
spotify_dl -h
See [the getting started guide](https://github.com/SathyaBhat/spotify-dl/blob/master/GETTING_STARTED.md) for more details.
### Demo
[](https://asciinema.org/a/488558)
### Contributing and Local development
Pull requests and any contributions are always welcome. Please open an issue with your proposal before you start with something.
#### Running tests
Tests are setup and run with pytest, run
make tests
to run the tests with [Make](https://www.gnu.org/software/make/)
### Thanks and Credits
Take a look at [CONTRIBUTORS](https://github.com/SathyaBhat/spotify-dl/graphs/contributors) for a list of all people who have helped and contributed to the project.
### Issues, Feedback, Contact details
Feel free to raise any bugs/issues under Github issues. Pull requests are also more than welcome.