Ecosyste.ms: Awesome
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: 18 days ago
JSON representation
Download songs from SoundCloud, even if the song is not available for download
- Host: GitHub
- URL: https://github.com/5quinque/Soundcloud-Downloader
- Owner: 5quinque
- License: mit
- Created: 2011-08-27T16:20:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T08:12:48.000Z (about 4 years ago)
- Last Synced: 2024-09-21T04:02:11.599Z (3 months ago)
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 218
- Watchers: 19
- Forks: 59
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - 5quinque/Soundcloud-Downloader - Download songs from SoundCloud, even if the song is not available for download (Python)
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
```