Giter VIP home page Giter VIP logo

lyric-dl's Introduction

Lyrics Download Tools

lyric-dl 是一个下载在线音乐歌词的命令行工具,它是一个 Node.js 程序,在使用它之前你必须安装 Node.js

目前支持的网站:

  • 网易云音乐 (ntes) :
  • QQ音乐 (qq)
  • 虾米音乐 (xiami)

安装

npm install lyric-dl -g

更新

npm update lyric-dl -g

OR

git clone https://github.com/frimin/lyric-dl
cd lyric-dl
npm install
ln -s bin/lyric-dl lyric-dl
./lyric-dl dl <URL>

使用

命令格式

lyric-dl [命令 [参数 [参数 ...]]] [选项]

拥有一个歌曲地址,可以通过 URL 来下载歌词,以 JSON 格式输出到标准输出以获取歌曲信息

lyric-dl download <url> --out-format json

通过歌曲名来获取搜索结果

lyric-dl search <name>

使用管道批量下载搜索结果的歌词到当前目录

lyric-dl search <name> --output-url | lyric-dl dl -d . -

在下载命令中可以指定 --extract 选项,该选项会提取歌词的正文内容,剔除标题等其他信息

lyric-dl's People

Contributors

frimin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.