• Stars
    star
    219
  • Rank 180,137 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created about 13 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Download songs from SoundCloud, even if the song is not available for download

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