-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hello and thanks for this great package.
I don't see what's different about certain URL's or label/artist profiles that would affect this, but a call like:
bandcamp.getAlbumInfo('https://yantmusicuk.bandcamp.com/?label=3961057738&tab=artists/album/contravention-ep-sk11x006', ...)
loads data just fine, but another URL (also returned from getArtistInfo) does not return data:
bandcamp.getAlbumInfo('https://borderonerecords.bandcamp.com/?label=3961057738&tab=artists/album/zener-diode-volt001a', ...)
You'll notice that if you point your browser to the first URL, the album page loads, whereas the second URL redirects to the artist's album grid.
When I click on a link to the album in question, the URL looks different from that returned from getArtistInfo, so I'm wondering if perhaps something's changed and needs to be updated?
Thanks again.