Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hatienl0i2612/Soundcloud

Soundcloud - A tool for download track Soundcloud.
https://github.com/hatienl0i2612/Soundcloud

audio mp3 music sound soundcloud

Last synced: 1 day ago
JSON representation

Soundcloud - A tool for download track Soundcloud.

Awesome Lists containing this project

README

        

# ***Download Soundcloud***

***Soundcloud - A tool for download track of [`Soundcloud`](https://soundcloud.com/).***

# ***Usage***

```
$ python soundcloud.py -h
usage: soundcloud.py [-h] [-s] [-j] url

Soundcloud - A tool for download track Soundcloud.

positional arguments:
url Url.

optional arguments:
-h, --help show this help message and exit

Options:
-s , --save Path to save
-j, --json Show json of info media.
```

- ***Install module***
```
pip install -r requirements.txt
```
- ***Run***
```
python soundcloud.py [url]
```

- ***All the track downloaded in folder DOWNLOAD at the same path***

# ***Options***
- `-s` or `--saved` : Saved file name.
- `-j` or `--json` : Print json info.
- ***Some url is hls, need setup [ffmpeg](https://www.ffmpeg.org/)***


# ***Url Supported***
- Track url : ```https://soundcloud.com//```
- Playlist sets : ```https://soundcloud.com//sets/```
- Playlist tracks of user :
```
https://soundcloud.com/
https://soundcloud.com//popular-tracks
https://soundcloud.com//tracks
https://soundcloud.com//sets
https://soundcloud.com//reposts
https://soundcloud.com//albums
```

# ***Note***
- [`facebook`](https://www.facebook.com/hatien.l0i2612/)
- `[email protected]`