https://github.com/mtgrosser/bandrip
Bandcamp downloader written in Ruby
https://github.com/mtgrosser/bandrip
bandcamp bandcamp-downloader bandcamp-ripper ruby
Last synced: 23 days ago
JSON representation
Bandcamp downloader written in Ruby
- Host: GitHub
- URL: https://github.com/mtgrosser/bandrip
- Owner: mtgrosser
- License: mit
- Created: 2019-08-23T11:36:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T13:08:39.000Z (over 4 years ago)
- Last Synced: 2025-02-12T11:52:31.882Z (3 months ago)
- Topics: bandcamp, bandcamp-downloader, bandcamp-ripper, ruby
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bandrip
Bandcamp downloader written in Ruby## Usage
### Command Line Interface
```sh
# download single track
$ ruby bandrip.rb https://artist-name.bandcamp.com/track/track-name# download full album
$ ruby bandrip.rb https://artist-name.bandcamp.com/album/album-name
```### Ruby Interface
```ruby
# download single track
Bandrip.new('artist-name-from-url', track: 'track-name-from-url')# download full album
Bandrip.new('artist-name-from-url', album: 'album-name-from-url')
```## TODO
Browse discography