Download all music from a Soundcloud url and put it into a Dat.
npm install -g soundcloud-to-dat
Requires youtube-dl to be installed. On macOS you can do it using homebrew.
brew install youtube-dl
# will store content in dest (defaults to .) and share it on the dat network
soundcloud-to-dat [url] [dest?]
Running the above will print the Dat url the music is stored under.
You can open this url in Beaker Browser or clone it using Dat to listen to the music.
MIT