文件名称:scdl:智能的SoundCloud下载器。 自动下载任何网址,标签
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-20 22:50:45
CoffeeScript
sdl 智能的SoundCloud下载器。 下载任何URL,并自动对其进行标记。 安装 npm install scdl -g scdl需要安装或 。 FFmpeg是默认的标记编写驱动程序,也可以使用eye3d,但从我自己的测试来看,它似乎相当不稳定。 ffmpeg Linux(debian): apt-get install ffmpeg OSX: brew install ffmpeg (如果尚未brew install ffmpeg ,请) Windows: choco install ffmpeg (如果尚未choco install ffmpeg ,请变) 眼睛3 只需通过以下方式安装它 sudo pip install eyed3 或可选地在osx上(不需要sudo) brew install eyed3 CLI用法 $ scdl --help Usage: s
【文件预览】:
scdl-master
----scdl.coffee(5KB)
----index.js(70B)
----package.json(722B)
----drivers()
--------eyed3.coffee(281B)
--------ffmpeg.coffee(211B)
----TrackParser.coffee(1KB)
----scdl-cli.coffee(2KB)
----.gitignore(1KB)
----README.md(2KB)
----yarn.lock(6KB)
----log.coffee(351B)
----cli.js(80B)