soundcloud-to-dat

Download all music from a Soundcloud url and put it into a Dat

MIT License

Downloads
12
Stars
96
Committers
2

soundcloud-to-dat

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

Usage

# 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.

License

MIT