• Stars
    star
    189
  • Rank 200,276 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 8 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This software helps you download manga (Japanese Comic) from several websites for your offline viewing.

MangaRipper

This software helps you download manga (Japanese Comic) from several websites for your offline viewing.

BRANCH STATUS
master Build status
develop Build status

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:

Image of Yaktocat

  • 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...