Skip to content

AmirMohammad2003/soundcloud-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soundcloud-downloader

Description

Soundcloud-downloader is a command-line tool that allows you to download songs from SoundCloud. (it does not work on Go+ songs.)

Installation and Usage

  1. Ensure you have Python 3 installed.

  2. Clone the repository or download the source code.

git clone https://github.com/AmirMohammad2003/soundcloud-downloader.git
  1. Install the requirements:
pip install -r requirements.txt
  1. Download music with the following command:
python main.py -u [MUSIC_URL] [-d PATH_TO_DOWNLOAD]