https://github.com/ekaansharora/saavndownloader
[deprecated] Download music from Saavn with albumart and meta-tags.
https://github.com/ekaansharora/saavndownloader
album-art download-songs geckodriver meta-tags mp3 music-downloader python saavn saavn-downloader selenium
Last synced: 22 days ago
JSON representation
[deprecated] Download music from Saavn with albumart and meta-tags.
- Host: GitHub
- URL: https://github.com/ekaansharora/saavndownloader
- Owner: EkaanshArora
- License: mit
- Created: 2017-11-02T18:51:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T20:09:30.000Z (over 6 years ago)
- Last Synced: 2025-04-23T23:12:02.878Z (22 days ago)
- Topics: album-art, download-songs, geckodriver, meta-tags, mp3, music-downloader, python, saavn, saavn-downloader, selenium
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SaavnDownloader
Saavn changed their website, this tool does not work anymore, I'll have to update the tool for the new webpage, not something I'm working on currently.
- Downloads songs from YouTube in an MP3 format by using Saavn's stored music.
- Automatically fixes song's meta-tags.
- Works straight out of the box and does not require to generate or mess with your API keys.## Base
Based on Ritiek's [Spotify-Downloader](https://github.com/ritiek/spotify-downloader).## Installation & Usage
- **This tool supports only Python 3**### Windows
Assuming you have Python 3 ([preferably v3.6 or above to stay away from Unicode errors](https://stackoverflow.com/questions/30539882/whats-the-deal-with-python-3-4-unicode-different-languages-and-windows)) already installed and in PATH.
- Download and extract the zip file from master branch.
- Download FFmpeg for Windows from [here](http://ffmpeg.zeranoe.com/builds/). Copy `ffmpeg.exe` from `ffmpeg-xxx-winxx-static\bin\ffmpeg.exe` to PATH (usually C:\Windows\System32\) or just place it in the root directory extracted from the above step.
-Download [Geckodriver]( https://github.com/mozilla/geckodriver/releases/latest). Put this in the same directory as the unzipped package. Optionally, use [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads).
-[Mozlla Firefox]( https://www.mozilla.org/en-US/firefox/new/). Or, chrome.
- Open `cmd` and type `pip install -U -r requirements.txt` to install dependencies.## Instructions for Downloading Songs
-Open file scraper.py, in a text editor:
-Modify the first four lines;
--Email and password field to match your Saavn credentials;
--List name from starred songs to your playlist (if required);
--Firefox to Chrome (if required);
-Save and run in cmd using "python scraper.py"
-Don't touch your mouse or keyboard till the starred songs pages appears in the opened firefox/chrome window, the window may seem unresponsive, after the songs are listed you can check progress in the opened cmd window.
## Disclaimer
Downloading copyright songs may be illegal in your country. This tool is for educational purposes only. Please support the artists by buying their music.
## License
```The MIT License```