Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 564 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 564 Bytes

Soundcloud-Download

⚠️ Old Repository: This code is quite old, and probably doesn't work anymore. Feel free to submit a pull request. If you need to download from Soundcloud use youtube-dl

Download songs from SoundCloud.com even if the download button is not available

Usage

./soundcloud-downloader.py http://soundcloud.com/user/songname  

Requirements

  • urllib3
  • requests

Installing requirements

sudo ./setup.py install

or

pip install -r requirements.txt