Friday, December 20, 2013

SoundCloud downloader (windows)

This program was written in Java, so you'll need Java to be able to use it.This program does not let you input a URL and get the file, what it does is let you input the user-name.
To illustrate how this works, it's simple.
Let's say you w ant this track, "https://soundcloud.com/streetbrothers1/ramdew-chaitoe-medley"
As we can see "streetbrothers1" is the user-name. Simply input streetbrothers at the prompt and it will list all the music that user has.
Current Implementations.
  1. Fixed Alignment Bug
  2. Added Concurrent Downloading Options
  3. Added Queued Download Options
  4. Fetch by user-name.
  5. Future Updates
  1. Fetch by URL & Fetch by ID
  2. Pauseable Downloads
  3. Some type of enhancement fetching-wise.

Download>>Click Here