inovachrono / Saavn-Downloader

A Complete JioSaavn/Saavn Downloader package
MIT License
123 stars 47 forks source link

Downloading individual songs #12

Closed microtechton closed 4 years ago

microtechton commented 4 years ago

It would be a great feature if we could download individual songs using the song link rather than downloading the entire album and deleting the music we don't want.

adimrsingh commented 4 years ago

Did you found the songid from song url ?

(Ex: https://www.saavn.com/s/song/english/Born-To-Die---The-Paradise-Edition/Summertime-Sadness/GBhaXiF8ZFw?)

inovachrono commented 4 years ago

I've been giving a thought about this feature. The only issue is that is unreliable and fails to obtain the download url at times.

Did you found the songid from song url ?

(Ex: https://www.saavn.com/s/song/english/Born-To-Die---The-Paradise-Edition/Summertime-Sadness/GBhaXiF8ZFw?)

The song_id can be obtained by inspecting the share button of the song. Obtaining the song_id not the deal here.

adimrsingh commented 4 years ago

The song_id can be obtained by inspecting the share button of the song. Obtaining the song_id not the deal here.

Are you sure ? cause Api outputs nothing feeding the song_id obtained from the share button.

inovachrono commented 4 years ago

Are you sure ? cause Api outputs nothing feeding the song_id obtained from the share button.

I know the API doesn't respond but that is the proper song id. So I'm to get the get the download url just the way it is retrieved by their website.

inovachrono commented 4 years ago

It would be a great feature if we could download individual songs using the song link rather than downloading the entire album and deleting the music we don't want.

The requested feature has been added. Download the latest update. Also refer to the updated README file for documentation and usage.

Incase of any errors kindly open an Issue.