Skip to content

Cygra/bandcamp-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bandcamp-dl

Download songs on Bandcamp by album.

Based on Beautifulsoup4(to parse html) and mutagen(to modify ID3 of songs).

Songs' gonna downaloaded with album cover and track number wrote in song's ID3 info. Album cover image is saved as a jpg file together.

# install dependency
python3 -m pip install beautifulsoup4
python3 -m pip install mutagen

# download album
python3 main.py https://wearefazi.bandcamp.com/album/running-horse

eg1 eg2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages