Skip to content

tapanmeena/MangaRipper

 
 

Repository files navigation

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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%