BandcampDownloader
BandcampDownloader copied to clipboard
Fix issue 129
Hi,
Thanks for the PR, and sorry for the delay to answer!
Unfortunately, the packages
field is not always set by Bandcamp, thus we can't rely on it to retrieve the album title. For instance, with https://verbalclick.bandcamp.com/track/mission-click, we have:
"packages": null
Hey, no worries. Could we check the "item_type" and if its "track" we could make another call to the "album_url" ? Provided the album url is not null ofc :/