This repository contains the C# implementation of the IComicSource interface, allowing the Yukari application to connect to the Mangapill.
Find a file
2026-07-23 03:19:54 -03:00
Yukari.Plugin.Mangapill chore(version): bump to 1.0.0+core2.4.0 2026-07-23 03:08:38 -03:00
.gitignore Initial commit 2026-07-22 21:51:48 -03:00
LICENSE Initial commit 2026-07-22 21:51:48 -03:00
README.md docs(readme): add readme 2026-07-23 03:19:54 -03:00
Yukari.Plugin.Mangapill.slnx chore(solution): add initial project structure and code 2026-07-22 22:20:59 -03:00

Mangapill Logo Yukari.Plugin.Mangapill

GitHub Repo stars GitHub last commit GitHub repo size

📖 Overview

Yukari.Plugin.Mangapill is a community plugin implementing the IComicSource interface from Yukari.Core.

It connects to the Mangapill web site and extracts data via web scraping with filter support (type, status, genre...).

Only English language is available.

Built for the Yukari Windows reader app.

📥 Installation

  • Download the latest .dll from the Releases page.
  • In Yukari, go to Settings → Comic Sources → Add New Source and select the downloaded file.
  • For detailed instructions, see the Yukari documentation.

🗒️ Notes

  • No login required.
  • Filters: Supports type, status and genre.
  • Languages: Only English.
  • Errors: Returns empty results instead of crashing on API issues (e.g., invalid ID).
  • Page count: The total number of pages isn't available until a chapter is opened. A ? is shown in the chapter list until then.
  • Stack: Use HtmlAgilityPack for web scraping and ILRepack.Lib.MSBuild.Task to merge assemblies.

🤝 Contributing

Contributions are welcome! You can help improve Yukari.Plugin.Mangapill in several ways:

  • 🐛 Report issues: Found a bug or unexpected behavior? Open an issue describing the problem.
  • Suggest features: Have an idea to make Yukari.Plugin.Mangapill better? Share it in the issues tab.
  • 🔧 Submit pull requests: Fix bugs, improve code quality, or add new features.

📜 License

This project is licensed under the GPL-3.0. See the LICENSE file for details.