ComicWalker
Client library for ComicWalker.
Installation
Add this line to your application's Gemfile:
gem 'comic_walker'
And then execute:
$ bundle
Or install it yourself as:
$ gem install comic_walker
Usage
CLI
% comic-walker save KDCW_KS04000001010001_68
item/xhtml/p-cover.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/000_p-cover.jpg
item/xhtml/p-001.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/001_p-001.jpg
item/xhtml/p-002.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/002_p-002.jpg
item/xhtml/p-white.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/003_p-white.jpg
item/xhtml/p-004.xhtml/0.dat -> Fate/kaleid liner プリズマ☆イリヤ ドライ!!/KDCW_KS04000001010001_68/004_p-004.jpg
(snip)
% comic-walker contents
冴えない彼女の育てかた http://comic-walker.com/contents/detail/KDCW_FS02000006010000_68
Updated: 2014-03-24 13:39:24
Deliver: 2014-03-24 13:35:00 - 2064-03-12 17:54:00
Episodes:
第1話 http://comic-walker.com/viewer/?cid=KDCW_FS02000006010001_68
Next: 2014-04-01 00:00:00
(snip)
Contributing
- Fork it ( https://github.com/eagletmt/comic_walker/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request