项目作者: hatienl0i261299

项目描述 :
Soundcloud - A tool for download track Soundcloud.
高级语言: Python
项目地址: git://github.com/hatienl0i261299/Soundcloud.git
创建时间: 2020-01-28T06:47:02Z
项目社区:https://github.com/hatienl0i261299/Soundcloud

开源协议:

下载


Download Soundcloud

Soundcloud - A tool for download track of Soundcloud.

Usage

  1. $ python soundcloud.py -h
  2. usage: soundcloud.py [-h] [-s] [-j] url
  3. Soundcloud - A tool for download track Soundcloud.
  4. positional arguments:
  5. url Url.
  6. optional arguments:
  7. -h, --help show this help message and exit
  8. Options:
  9. -s , --save Path to save
  10. -j, --json Show json of info media.
  • Install module
    1. pip install -r requirements.txt
  • Run

    1. 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 :
    1. https://soundcloud.com/<name user>
    2. https://soundcloud.com/<name user>/popular-tracks
    3. https://soundcloud.com/<name user>/tracks
    4. https://soundcloud.com/<name user>/sets
    5. https://soundcloud.com/<name user>/reposts
    6. https://soundcloud.com/<name user>/albums

Note