Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NguyenDanPhuong/MangaRipper
This software helps you download manga (Japanese Comic) from several websites for your offline viewing.
https://github.com/NguyenDanPhuong/MangaRipper
downloader manga
Last synced: 3 months ago
JSON representation
This software helps you download manga (Japanese Comic) from several websites for your offline viewing.
- Host: GitHub
- URL: https://github.com/NguyenDanPhuong/MangaRipper
- Owner: NguyenDanPhuong
- License: mit
- Created: 2016-07-27T08:10:03.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-15T06:44:33.000Z (over 3 years ago)
- Last Synced: 2024-04-18T20:37:09.140Z (7 months ago)
- Topics: downloader, manga
- Language: C#
- Homepage:
- Size: 5.33 MB
- Stars: 188
- Watchers: 33
- Forks: 45
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-acg - MangaRipper - Download manga (Japanese Comic) from several websites for your offline viewing. [English] (Downloaders)
README
# MangaRipper
This software helps you download manga (Japanese Comic) from several websites for your offline viewing.
| BRANCH | STATUS |
| --- | --- |
| master | [![Build status](https://ci.appveyor.com/api/projects/status/92scfmfbep7b9ieo/branch/master?svg=true)](https://ci.appveyor.com/project/NguyenDanPhuong/mangaripper/branch/master) |
| develop | [![Build status](https://ci.appveyor.com/api/projects/status/92scfmfbep7b9ieo/branch/develop?svg=true)](https://ci.appveyor.com/project/NguyenDanPhuong/mangaripper/branch/develop) |### Supported Sites:
- KissManga
- MangaFox
- MangaHere
- MangaReader
- MangaShare### [Download](https://github.com/NguyenDanPhuong/MangaRipper/releases/latest)
### [Wiki](https://github.com/NguyenDanPhuong/MangaRipper/wiki)
Help is appreciated. Please create pull request to develop branch.
## Software Design:
Onion architecture, plugin architecture.
### Overview:
![Image of Yaktocat](Document/Overview.png)
- 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...