虾米酱 Xiami sauce

aDownloader

View the Project on GitHub ranmocy/xiami_sauce

虾米酱 - XiamiSauce

虾米酱是一个虾米音乐下载器。封装成为一个 Ruby Gem 包。

XiamiSauce is a downloader of Xiami Music. Writed in Ruby, and presented as a Gem.

Why

You know, if you know it.

安装 - Installation

一句话安装 - Install it with one-line code:

$ gem install xiami_sauce --no-ri --no-doc

使用方法 - Usage

$ xsauce http://www.xiami.com/artist/64360
$ xsauce http://www.xiami.com/album/355791
$ xsauce http://www.xiami.com/song/184616

虾米酱会按照歌曲信息下载到 [artist]/[album]/[index].[song].mp3

XiamiSauce will download to [artist]/[album]/[index].[song].mp3.

参与 - Contributing

  1. 派生 - Fork it
  2. 新建特性分支 - Create your feature branch (git checkout -b my-new-feature)
  3. 提交你的修改 - Commit your changes (git commit -am 'Add some feature')
  4. 推送特性分支 - Push to the branch (git push origin my-new-feature)
  5. 发起合并请求 - Create new Pull Request