Soundcloud-downloader is a command-line tool that allows you to download songs from SoundCloud. (it does not work on Go+ songs.)
-
Ensure you have Python 3 installed.
-
Clone the repository or download the source code.
git clone https://github.com/AmirMohammad2003/soundcloud-downloader.git
- Install the requirements:
pip install -r requirements.txt
- Download music with the following command:
python main.py -u [MUSIC_URL] [-d PATH_TO_DOWNLOAD]