Skip to content

hatienl0i2612/Soundcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Download Soundcloud

Soundcloud - A tool for download track of Soundcloud.

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

Url Supported

  • Track url : https://soundcloud.com/<uploader>/<slug>
  • Playlist sets : https://soundcloud.com/<uploader>/sets/<slug>
  • Playlist tracks of user :
    https://soundcloud.com/<name user>
    https://soundcloud.com/<name user>/popular-tracks
    https://soundcloud.com/<name user>/tracks
    https://soundcloud.com/<name user>/sets
    https://soundcloud.com/<name user>/reposts
    https://soundcloud.com/<name user>/albums
    

Note

About

Soundcloud - A tool for download track Soundcloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages