Deno script to download tracks and albums from Bandcamp collection.
  • TypeScript 93.7%
  • Shell 6.3%
Find a file
2025-12-19 21:13:23 +02:00
src Initial release 2025-12-19 21:13:23 +02:00
.gitignore Initial release 2025-12-19 21:13:23 +02:00
build.sh Initial release 2025-12-19 21:13:23 +02:00
deno.json Initial release 2025-12-19 21:13:23 +02:00
deno.lock Initial release 2025-12-19 21:13:23 +02:00
LICENSE Initial release 2025-12-19 21:13:23 +02:00
README.md Initial release 2025-12-19 21:13:23 +02:00

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)