This repository contains the C# implementation of the IComicSource interface, allowing the Yukari application to connect to the NexusToons
Find a file
2026-07-31 20:16:41 -03:00
Yukari.Plugin.NexusToons chore(version): bump to 1.0.0+core2.4.0 2026-07-31 18:07:47 -03:00
.gitignore Initial commit 2026-07-31 04:07:54 -03:00
LICENSE Initial commit 2026-07-31 04:07:54 -03:00
README.md docs(readme): add disclaimer 2026-07-31 20:16:41 -03:00
Yukari.Plugin.NexusToons.slnx chore(solution): add initial project structure and code 2026-07-31 13:15:07 -03:00

NexusToons Logo Yukari.Plugin.NexusToons

GitHub Repo stars GitHub last commit GitHub repo size

📖 Overview

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

It connects to the NexusToons official API with filter support (content rating, type, status, genres...).

Only Brazilian Portuguese language is available.

Built for the Yukari Windows reader app.

📚 Comic Source Installation

Yukari doesn't come with pre-installed Comic Sources for legal reasons. You add the sources you want through community plugins.

  • Go to Releases and download the .dll file from the latest version;
    • If your installed Yukari is not up to date, download a compatible plugin.
  • Inside Yukari, go to Settings and look for Sources;
  • Click on Add New Source and select the downloaded .dll Plugin;
  • Done. Now you can go to Discover and search for Comics in that source.

🗒️ Notes

  • No login required.
  • Filters: Supports content rating, type, status and genres.
  • Languages: Only Brazilian Portuguese.
  • Page count per chapter: The total number of pages isn't available until a chapter is opened. A ? is shown in the chapter list until then.
  • Errors: Returns empty results instead of crashing on API issues (e.g., invalid ID).

⚠️ Disclaimer

This is a community plugin and is not affiliated with, endorsed by, or sponsored by NexusToons.
Use at your own discretion. The plugin does not host or distribute any copyrighted content it merely provides an interface to access content that is publicly available on the NexusToons website.

🤝 Contributing

Contributions are welcome! You can help improve Yukari.Plugin.NexusToons 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.NexusToons 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.