From 50ddc1161a440001ff0de71cb06dca6e9da50167 Mon Sep 17 00:00:00 2001 From: poka Date: Sun, 8 May 2022 05:24:30 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4acec6..28ebdff 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is not a youtube scrapper. This is a real Spotify music downloader, to mp3 **You will need a premium account to Spotify and set your ids in `.env` file,** and configure your tracks output format and custom location. If you want to use keywords search, you will also need `client_id` and `client_secret`, set to the same file (TODO: bypass this ids). -You can get this ids here: https://developer.spotify.com/dashboard/applications +
You can get this ids here: https://developer.spotify.com/dashboard/applications ### Installation @@ -23,3 +23,23 @@ Download full album ``` ./spotify-dl.sh https://open.spotify.com/album/5uRdvUR7xCnHmUW8n64n9y ``` + +--- + +### SaaS - Remote API + +You can try this little online service, but do not spread its existence at the moment: + +[https://spotify-dl.p2p.legal/search?daft punk hader better faster stronger](https://spotify-dl.p2p.legal/search?daft%20punk%20hader%20better%20faster%20stronger) + +Replace keywords after `search?` by anything you wanna search on Spotify, artiste or track. + +### Command line remote API + +You can use this remote service in commandline: + +``` +./spotify-dl-remote.sh air le voyage de pénélope +``` + +This will download the track in current folder. \ No newline at end of file