Skip to content

sam09/bandcamp-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bandcamp-dl

A simple module which can download the audio at a particular url on bandcamp.com

Downloads
PyPi downloads

==================================================================

Installation

From Source

  • Clone the repo or download the zip
  • Make sure you have pip installed
  • cd to the folder
  • pip -install -r "requirements.txt"
  • python bandcamp.py <url>

Using pip

  • pip install bandcamp_dl

==================================================================

Usage

from bandcamp_dl import bandcampDownloader

dl = bandcampDownloader.Downloader(url)

dl.download()

==================================================================

Dependencies

  • BeautifulSoup - HTML parsing
  • Requests - for retrieving HTML

==================================================================

Note

All tracks are stored at Songs folder at the current directory

==================================================================

Contribute

If you want to add features, improve them, or report issues, feel free to send a pull request!!

Author

sam09 Sam Radhakrishnan

About

A small command-line program to download tracks from bandcamp.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages