Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 595 Bytes

bandcamp-dl

Download songs on Bandcamp by album.

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

Songs will be 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