sdelmo

Simple downloader for soundcloud


Keywords
download, downloader, mp3, mp3-downloader, music, music-downloader, offline, song-downloader, songs, soundcloud, soundcloud-downloader, soundcloud-music
License
MIT
Install
pip install sdelmo==2.0.2

Documentation

sdelmo

Build Status Python version

Simple Soundcloud music downloader.

Features

  • Download any public soundcloud audio file.
  • audio files can be downloaded with cover if you have eyeD3.

Installation

sdelmo requires Python 3.

Use pip to install the package from PyPI:

pip install sdelmo

Or, install the latest version of the package from GitHub:

pip install git+https://github.com/elmoiv/sdelmo.git

Usage

import sdelmo

sdelmo.scdl(client_id, track_url)

How to get client_id (in case of expiry)

You can find client_id by searching through XHR requests:

alt text

Contributing

Please contribute! If you want to fix a bug, suggest improvements, or add new features to the project, just open an issue or send me a pull request.