Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonytonyjan/sfacg_downloader
SFACG Comic Downloader
https://github.com/tonytonyjan/sfacg_downloader
Last synced: about 1 month ago
JSON representation
SFACG Comic Downloader
- Host: GitHub
- URL: https://github.com/tonytonyjan/sfacg_downloader
- Owner: tonytonyjan
- Created: 2014-06-25T18:12:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T09:08:02.000Z (about 8 years ago)
- Last Synced: 2024-04-09T21:30:15.615Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 24.4 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Comic Downloader for http://comic.sfacg.com
[![Build Status](https://travis-ci.org/tonytonyjan/sfacg_downloader.svg?branch=master)](https://travis-ci.org/tonytonyjan/sfacg_downloader)
Installation
==========```bash
$ gem install sfacg
```Usage
=====Ruby
----```ruby
# Download a chapter
Chapter.new('http://comic.sfacg.com/HTML/OnePiece/749/').download to: '.'# Download a comic
Comic.new('http://comic.sfacg.com/HTML/OnePiece/').download to: '.'
```Command
-------```bash
$ sfacg -h
Commands:
sfacg chapter URL # Download a chapter, ex: http://comic.sfacg.com/HTML/JJDJR/056/
sfacg comic URL # Download a comic, ex: http://comic.sfacg.com/HTML/JJDJR/
sfacg help [COMMAND] # Describe available commands or one specific command
sfacg version # Prints version
```