An open API service indexing awesome lists of open source software.

https://github.com/5quinque/Soundcloud-Downloader

Download songs from SoundCloud, even if the song is not available for download
https://github.com/5quinque/Soundcloud-Downloader

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Soundcloud-Download

:warning: **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](https://ytdl-org.github.io/youtube-dl/index.html)

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
```