jakiestfu / off-the-rip

Downloads audio, artwork, and metadata from Soundcloud
453 stars 32 forks source link

Respect license by default, add flag to override #12

Open britton-clapp opened 9 years ago

britton-clapp commented 9 years ago

Respect licenses by default. It looks like that info is in the html in a div called truncatedAudioInfo__license. Here's an example: https://soundcloud.com/virtual-riot/liquid-dnb-fun-test

It could be done like the wget command's robots=off flag: http://codenimbus.com/2010/08/02/override-robots-txt-with-wget/

jakiestfu commented 9 years ago

:+1: I like this idea. Thanks for sharing