https://github.com/roxasshadow/animeforce-manga-downloader
A downloader for the manga of AnimeForce.org.
https://github.com/roxasshadow/animeforce-manga-downloader
Last synced: about 1 year ago
JSON representation
A downloader for the manga of AnimeForce.org.
- Host: GitHub
- URL: https://github.com/roxasshadow/animeforce-manga-downloader
- Owner: RoxasShadow
- Created: 2013-02-17T15:45:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-14T13:00:49.000Z (over 13 years ago)
- Last Synced: 2025-04-02T11:49:38.687Z (over 1 year ago)
- Language: Ruby
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`ruby animeforce.rb -h` Show the help
`ruby animeforce.rb -l` Show a list with all the manga
`ruby animeforce.rb -c "Beelzebub"` Show the available chapters for Beelzebub
`ruby animeforce.rb -g "Beelzebub","C:\\Manga\\Beelzebub\\"` Download all the chapter of Soul Eater in C:\Manga\Beelzebub\
`ruby animeforce.rb -g "Beelzebub","C:\\Manga\\Beelzebub\\",1,12` Download the first 12 chapters of Beelzebub in C:\Manga\Beelzebub\
`ruby animeforce.rb -g "Green Blood","C:\\Manga\\Green Blood\\",8,11,2` Download the chapters 8-11 of volume 2 of Green Blood in C:\Manga\Green Blood\
For -c and -l you need Nokogiri gem, so
`(rvm|sudo)gem install nokogiri`