bandcamp-dl =========== download audio from BandCamp.com Synopsis -------- bandcamp-dl URL Installation ------------ From PyPI ~~~~~~~~~ ``pip install bandcamp-downloader`` From Wheel ~~~~~~~~~~ 1. Download the wheel (``.whl``) from PyPI or the Releases page 2. ``cd`` to the directory containing the ``.whl`` file 3. ``pip install .whl`` [OSX] From Homebrew ~~~~~~~~~~~~~~~~~~~ ``brew install bandcamp-dl`` From Source ~~~~~~~~~~~ 1. Clone the project or `download and extract the zip `_ 2. ``cd`` to the project directory containing the ``setup.py`` 3. ``python setup.py install`` Description ----------- bandcamp-dl is a small command-line app to download audio from BandCamp.com. It requires the Python interpreter, version 3.5+ and is not platform specific. It is released to the public domain, which means you can modify it, redistribute it or use it how ever you like. Details ------- :: Usage: bandcamp-dl [options] [URL] Arguments: URL Bandcamp album/track URL Options ------- :: Options: -h --help Show this screen. -v --version Show version. --artist= The artist's slug (from the URL) --track= The track's slug (from the URL) --album= The album's slug (from the URL) --template=