iheanyi / bandcamp-dl

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

--video option to get mp4 video if one exists. #184

Open shaenr opened 3 years ago

shaenr commented 3 years ago

Pretty self explanatory. The ability to do

bandcamp-dl --video {url}

would be pretty cool. I might see if I can figure it out myself, but I'm having trouble with it.

Evolution0 commented 3 years ago

Does Bandcamp have videos?

Edit: Apparently so, with all an artists videos showing under ARTIST.bandcamp.com/video and on the album/track page when the particular track is playing.

Already figured out where to get the direct url to the MP4, just got to break it down into pieces and figure out if all the info is on the page to construct the url.

Its looking like I can add the option though, likely even different qualities.