iheanyi / bandcamp-dl

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

Robominis download discography #197

Closed robominis closed 1 year ago

robominis commented 2 years ago

Option to download the entire discography of an artist when only passing the '--artist' argument.

Not sure if a 'track' link can appear in the albums page of the artist but i added options to filter out tracks and albums to the list_all_albums method in the bandcamp.json file just in case it might be useful in the future. These might not be necessary.

Cheers !

Evolution0 commented 2 years ago

Track links can indeed appear on an artists albums page: Artist: https://meganmcduffee.bandcamp.com Track: https://meganmcduffee.bandcamp.com/track/relax (11th on the above page)

How much testing has been done? I don't mind merging it either way as I can just hold off on pushing a pypi release.