iheanyi / bandcamp-dl

Simple python script to download Bandcamp albums
The Unlicense
941 stars 104 forks source link

Better error message, if download is not available (incorrect link) #214

Closed gorgobacka closed 4 weeks ago

gorgobacka commented 8 months ago

If to valid album is detected (e.g. the album is not available anymore), the app breaks and the user only sees an exception.

E.g. try to download https://esotericmusic.bandcamp.com/album/creator-ease-back

It would be great, if the user would see a message like: "no valid link provided".

Evolution0 commented 4 weeks ago

404s are now caught in the next update with the user being informed that the requested media is not available at the provided URL.