0.0
No commit activity in last 3 years
No release in over 3 years
A Xiami Downloader.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 0.13.0
>= 0
>= 0

Runtime

~> 1.6
~> 2.0
~> 0.17
 Project Readme

虾米酱 - XiamiSauce

Gem Version Build Status Dependency Status Code Climate

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

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

Why

You know, if you know it.

依赖 - Dependency

虾米酱在 Ruby 1.9.2, 1.9.3, 2.0.0, jRuby, REE 环境下测试。 XiamiSauce will be tested under Ruby 1.9.2, 1.9.3, 2.0.0, jRuby, REE.

依赖 Thor, Nokogiri 的 Gem 包。 Depend on Gems Thor and Nokogiri.

安装 - 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