Skip to content

Pandimadhubabu/testmusic-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-dl

Download music from saavn.com, gaana.com, etc.

npm npm npm

See it in action!

asciicast

With ID3 tags!

id3-tags.png

NOTE: Currently, it only supports saavn.com and gaana.com, but there will be support to download from other sites as well in future.

Installation

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

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_

How to get/create an API key for YouTube?

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

Does it really download from these sites?

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 and License

Copyright (c) 2017-2018, Vishal Telangre and Contributors. All Rights Reserved.

This project is licenced under the MIT License.

About

Download music from saavn.com, gaana.com, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%