https://github.com/gromnitsky/bandcamp
A make-based bandcamp downloader
https://github.com/gromnitsky/bandcamp
Last synced: 8 months ago
JSON representation
A make-based bandcamp downloader
- Host: GitHub
- URL: https://github.com/gromnitsky/bandcamp
- Owner: gromnitsky
- Created: 2019-03-08T22:49:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T18:28:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T06:42:16.668Z (10 months ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bandcamp downloader
**Achtung!** Using this script can be highly illegal. If you
nevertheless continue, half of your arse may come off.
Usage:
$ bandcamp u=https://redbeardwall.bandcamp.com/album/the-fight-needs-us-all
This will create a makefile that the script autoruns. The makefile
downloads all the available mp3 files for an album. You may run the
command multiple times--it won't redownload anything unless there was
an error.
You can add any gmake options, like `-j4` for parallel downloads.
Requirements:
* gnu make
* `npm i -g adieu`
* curl
# License
(MIT)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.