Ridwan-AI / spotify-downloader

A command line tool which downloads music from YouTube and applies Spotify metadata to it, basically Spotify Premium free of cost... kinda.

Home Page:https://www.npmjs.com/package/spot-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spot-dl

A command line tool which downloads music from YouTube and applies Spotify metadata to it, basically Spotify Premium free of cost... kinda.

Set Spotify app credentials

  • Go to Spotify Developer Dashboard and create an app.

  • Copy the clientId and the clientSecret.

  • And set the credentials...

    >>> spot-dl set --clientId <clientId> --clientSecret <clientSecret>
    

Please not that this step is very important, without the credentials you can't use this tool.

Download music

This is very easy to do...

>>> spot-dl download <spotify url>

spotify url could be the URL of an album, track, playlist. Or even an artist.

Entering the URL to an artist will download all the songs created by the artists.

About

A command line tool which downloads music from YouTube and applies Spotify metadata to it, basically Spotify Premium free of cost... kinda.

https://www.npmjs.com/package/spot-dl

License:MIT License


Languages

Language:JavaScript 100.0%