tamilanda.audio_downloader
A small utility to download all FLAC songs from given album
Why I developed it
FLAC has higher bitrate than mp3. And for tamil songs, hd.tamilanda.audio site provides FLAC songs ripped from good source. But they don't provide a way to download all songs in an album at once. I don't want to waste time by downloading each file and moving it into a directory. So I developed this tool to save few minutes of my time.
How to download
- Get url for an album(example: http://hd.tamilanda.audio/index.php?dir=Music_Directors_Hits/Anirudh_Ravichander/Velaikkaran_(2017)&p=0&sort=0)
- Decide in which directory you want these album to download(Default: current directory)
- Create a virtual environment and install all the requirements
- Run 'python main.py album_url'
Examples
- python main.py "http://hd.tamilanda.audio/index.php?dir=Music_Directors_Hits/Anirudh_Ravichander/Velaikkaran_(2017)&p=0&sort=0"
- python main.py "http://hd.tamilanda.audio/index.php?dir=Music_Directors_Hits/Anirudh_Ravichander/Velaikkaran_(2017)&p=0&sort=0" "/home/kumaran/Music"
Features
- Downloads all songs of an album to separate directory
- Downloads to given location
- Can show progress for each song download
- Auto resume feature. If download fails just rerun the program. It will skip already downloaded files and resumes the failed ones. Thanks to wget for this.
ToDo
- Download by giving just the album name instead of whole album url