Deno script to download tracks and albums from Bandcamp collection.
- TypeScript 93.7%
- Shell 6.3%
| src | ||
| .gitignore | ||
| build.sh | ||
| deno.json | ||
| deno.lock | ||
| LICENSE | ||
| README.md | ||
BandcampDownloader
To use this script, the identity token is required. It is obtainable by:
- Logging in to Bandcamp account
- Opening developer console (the main page or collection page will do)
- Going to the Network tab
- Refreshing the page
- Sorting the requests by Fetch/XHR
- Opening one of the requests to
bandcamp.com - Looking for the Cookie header in the Request Headers
- Copying the value which goes after
identity=(without the semicolon at the end)