This shell script is able to download music from http://www.soundcloud.com. It has been tested on iOS, OS X, Linux.
- Unix like OS
- curl
- apply executable permissions
chmod +x ./soundcloud.sh
- usage:
soundcloud_curl.sh [TRACK(S) URL]
orsoundcloud_new.sh [USER URL]
##TODO
- Add support for both wget and curl in the same script.
- Detect client_id in soundcloud_new.sh. Unfortunately it seems like a hash function generated by Javascript and it might be hard to reverse.