https://github.com/bharatkalluri/spotifydl
Download music from Spotify with complete album art and metadata
https://github.com/bharatkalluri/spotifydl
cli command-line downloader golang music youtube-dl
Last synced: about 1 year ago
JSON representation
Download music from Spotify with complete album art and metadata
- Host: GitHub
- URL: https://github.com/bharatkalluri/spotifydl
- Owner: BharatKalluri
- License: apache-2.0
- Created: 2018-03-12T18:03:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:34:02.000Z (over 3 years ago)
- Last Synced: 2024-11-16T09:06:13.455Z (over 1 year ago)
- Topics: cli, command-line, downloader, golang, music, youtube-dl
- Language: Go
- Homepage:
- Size: 1.66 MB
- Stars: 76
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE.txt
Awesome Lists containing this project
README
Spotifydl
A Music Downloader for Spotify
----

Spotifydl is a spotify media downloader.
It uses Youtube as the audio source and Spotify API for playlist/album/track details.
## Installation
### From Source
#### Prerequisites
- [youtube-dl](http://ytdl-org.github.io/youtube-dl/download.html)
- [ffmpeg](https://ffmpeg.org/download.html)
Make sure you have golang, youtube-dl and ffmpeg installed.
```bash
go install github.com/BharatKalluri/spotifydl@latest
```
## Usage
```bash
spotifydl https://open.spotify.com/album/2qCVT6sEqkS7xxYqIEY9fK?si=9QGOHnUrQb27Fb3dNY_Rlw
# The album has been downloaded, tagged and converted to mp3!
```
If there are any Improvements or corrections that can be made, feel free to open an issue.
Note: This project was only done for as a learning experience for academic purposes. Usage of this product is up to the user and no responsibility will be taken for the user's action using this software.