Saavn-Downloader
Saavn-Downloader copied to clipboard
Saavn Downloader
Saavn Downloader
PoC for vulnerability in Saavn App researched by Arun. The fullset of funcitonality offered by this is:
- High Qualtiy - M4A
- Songs Detail
- Download PlayList
- Download Album
- Download Entire PlayList from user profile
- Download Entire Albums from user profile
- Download Entire JioSaavn Originals and Podcasts in the user profile without any subscription.
Installation
$ pip3 install -r requirements.txt
Usage
Download Playlist or Album from Web URL
$ python3 Download.py
$ Paste the URL: https://www.jiosaavn.com/album/tum-hi-aana-from-marjaavaan/j9bfphC2728_
NOTE: If at any point there is an Error or the Download fails you can Retry the same command
Download All Albums of an Artist
$ python Download.py -artist --album
$ Paste the URL of Artist Profile: https://www.jiosaavn.com/artist/babbal-rai-albums/pRd5ZTGrLv8_
Download All Songs of an Artist
$ python Download.py -artist --song
$ Paste the URL of Artist Profile: https://www.jiosaavn.com/artist/babbal-rai-albums/pRd5ZTGrLv8_
Download All Playlist from your profile
$ python3 Download.py -p
$ Enter your Email: your_saavn_email
$ Enter your Password: your_saavn_password
Download All Albums from your profile
$ python3 Download.py -a
$ Enter your Email: your_saavn_email
$ Enter your Password: your_saavn_password
Download All JioSaavn Originals or Podcast Shows from your profile
$ python3 Download.py -s
$ Enter your Email: your_saavn_email
$ Enter your Password: your_saavn_password
Known Issues
- No Meta Data in JioSaavn Originals and Podcasts
Development
Want to contribute? Great!
Docker
Not yet