Awesome
MangaRipper
This software helps you download manga (Japanese Comic) from several websites for your offline viewing.
BRANCH | STATUS |
---|---|
master | |
develop |
Supported Sites:
- KissManga
- MangaFox
- MangaHere
- MangaReader
- MangaShare
Download
Wiki
Help is appreciated. Please create pull request to develop branch.
Software Design:
Onion architecture, plugin architecture.
Overview:
- MangaRipper.Core:
- The core of application.
- Define all interfaces and providing ultility.
- Plugin Manager:
- Load plugins and configuration from dll files.
- Return correct plugin for inputed url. Fox ex: user input a url of a manga on mangafox.com. It returns MangaFox plugin.
- Plugin:
- Ex: MangaFox plugin support to parse the html of mangafox.com to get the chapters and images information.
- There's several plugins to choose from.
- UI (Winform):
- The UI build on Winform. In the future we may create multiple UI along with Winform. Ex: Console, WPF...