bandcamp-dl =========== download audio from BandCamp.com Synopsis -------- bandcamp-dl URL Installation ------------ From PyPI ~~~~~~~~~ ``pip3 install bandcamp-downloader`` Some linux distros may require that python3-pip is installed first. 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.4 (or higher) 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. -d --debug Verbose logging. --artist= The artist's slug (from the URL, --track or --album is required) --track= The track's slug (from the URL, for use with --artist) --album= The album's slug (from the URL, for use with --artist) --template=