Skip to content

A small utility to download all FLAC songs from given album in tamilanda.audio website

Notifications You must be signed in to change notification settings

kumaranvpl/tamilanda.audio_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Get url for an album(example: http://hd.tamilanda.audio/index.php?dir=Music_Directors_Hits/Anirudh_Ravichander/Velaikkaran_(2017)&p=0&sort=0)
  2. Decide in which directory you want these album to download(Default: current directory)
  3. Create a virtual environment and install all the requirements
  4. Run 'python main.py album_url'

Examples

  1. python main.py "http://hd.tamilanda.audio/index.php?dir=Music_Directors_Hits/Anirudh_Ravichander/Velaikkaran_(2017)&p=0&sort=0"
  2. 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

  1. Downloads all songs of an album to separate directory
  2. Downloads to given location
  3. Can show progress for each song download
  4. 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

  1. Download by giving just the album name instead of whole album url

About

A small utility to download all FLAC songs from given album in tamilanda.audio website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages