Download music from saavn.com, gaana.com, etc.
With ID3 tags!
NOTE: Currently, it only supports saavn.com and gaana.com, but there will be support to download from other sites as well in future.
Please make sure that you have node v6.x
or latest
and
npm v5.x
or latest versions installed on your machine.
npm install -g music-dl
Please use the same command to upgrade the already installed package to the latest version.
Usage:
music-dl [OPTIONS] URL_OF_ALBUM_OR_PLAYLIST_HERE
Options:
-k, --api_key STRING API Key of YouTube
-v, --version Display the current version
-h, --help Display help and usage details
Examples:
Just provide the link of a album or a playlist to music-dl
and hit enter!
music-dl http://gaana.com/album/aashiqui
music-dl http://gaana.com/playlist/gaana-dj-best-of-anuradha-paudwal
music-dl https://www.saavn.com/s/album/hindi/Yaara-Dildara-1993/OKbWYkAThtA_
music-dl https://www.saavn.com/s/featured-playlists/english/Hello_Adele/EFoglaGFXps_
YouTube requires an API key to allow searching the tracks.
That is why music-dl
needs it.
Please follow instructions provided on this wiki.
You will need to provide it only once using following command,
which will be stored at $HOME/.music-dl.json
on your computer.
music-dl -k API_KEY_HERE
Nope, it doesn't. It just retrieves the list of songs and information such as title, album, artists, etc. from these sites. It then downloads the matching music from YouTube.
Copyright (c) 2017-2018, Vishal Telangre and Contributors. All Rights Reserved.
This project is licenced under the MIT License.