Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hatienl0i2612/Soundcloud
- Owner: hatienl0i2612
- Created: 2020-01-28T06:47:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T05:00:25.000Z (almost 4 years ago)
- Last Synced: 2024-11-20T06:34:16.454Z (2 months ago)
- Topics: audio, mp3, music, sound, soundcloud
- Language: Python
- Homepage: https://soundcloud.com
- Size: 66.4 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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] urlSoundcloud - A tool for download track Soundcloud.
positional arguments:
url Url.optional arguments:
-h, --help show this help message and exitOptions:
-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]`