https://github.com/vishaltelangre/music-dl
Download music from jiosaavn.com, gaana.com, etc.
https://github.com/vishaltelangre/music-dl
gaana jiosaavn jiosaavn-downloader music-dl music-download music-downloader saavn song-download song-downloader
Last synced: 4 months ago
JSON representation
Download music from jiosaavn.com, gaana.com, etc.
- Host: GitHub
- URL: https://github.com/vishaltelangre/music-dl
- Owner: vishaltelangre
- License: mit
- Created: 2017-06-17T17:32:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T19:07:37.000Z (over 2 years ago)
- Last Synced: 2024-04-13T23:55:33.504Z (about 1 year ago)
- Topics: gaana, jiosaavn, jiosaavn-downloader, music-dl, music-download, music-downloader, saavn, song-download, song-downloader
- Language: JavaScript
- Homepage:
- Size: 263 KB
- Stars: 113
- Watchers: 5
- Forks: 22
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- jimsghstars - vishaltelangre/music-dl - Download music from jiosaavn.com, gaana.com, etc. (JavaScript)
README
# music-dl
Download music from saavn.com, gaana.com, etc.
[](https://www.npmjs.com/package/music-dl) [](https://www.npmjs.com/package/music-dl) [](LICENSE.txt)
### See it in action!
[](https://asciinema.org/a/125142?t=4)
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.### Installation
Please make sure that you have the following:
- `node v6.x` or latest
- `npm v5.x` or latest versions installed on your machine
- `ffmpeg` (install using `sudo apt-get install ffmpeg` on ubuntu)```
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_HEREOptions:
-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_
```### 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-2020, Vishal Telangre and Contributors. All Rights Reserved.
This project is licenced under the [MIT License](LICENSE.txt).