easlice / bandcamp-downloader

Download your bandcamp collection using this python script.
MIT License
281 stars 34 forks source link

KeyError attempting to download releases which don't offer any downloads #12

Closed puigru closed 1 year ago

puigru commented 1 year ago

A KeyError is being thrown on this line for releases that don't have any downloads available: https://github.com/easlice/bandcamp-downloader/blob/a8d9999a61544e20ba7c7f94143b212df98a2123/bandcamp-downloader.py#L217

Example: https://mikazukibigwave.bandcamp.com/album/vapor-girl Download page

bandcamp-downloader should log and skip downloading these releases.