Skip to content

Simple python script to download album or tracks from Bandcamp

Notifications You must be signed in to change notification settings

stratosker/bandcamp-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bandcamp-dl

Simple python script to download album or tracks from Bandcamp

Usage:

  • Clone the repo or download and extract the zip
  • Move the bandcamp-dl.py file wherever you want and cd to this directory
  • python bandcamp-dl.py album/track link [--artist ARTIST] [--album ALBUM] (ARTIST and ALBUM are optional, if not exist, the program tries to find them)

Dependencies

  • python 3.4
  • eyeD3
  • pathlib
  • python-magic-bin(For Windows users)

Install eyeD3, pathlib by:

  • sudo pip install eyeD3
  • sudo pip install pathlib

For Windows use python -m before the command like the following:

  • python -m pip install python-magic-bin

Piracy

SUPPORT YOUR FAVORITE ARTISTS BY BUYING THEIR ALBUMS

About

Simple python script to download album or tracks from Bandcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages