Open Issues Need Help
View All on GitHubAI Summary: Implement support for the Comick.io manga provider in the manga-tui Rust application. This involves analyzing the Comick.io API, parsing its responses, and integrating the data into the existing manga-tui structure, likely requiring modifications to existing data structures and functions for fetching and displaying manga chapters.
Terminal-based manga reader and downloader with image rendering support
AI Summary: Implement support for the Mangapill manga provider in the manga-tui terminal-based manga reader and downloader. This involves adding a new provider module that interacts with the Mangapill website's API (or web scraping if an API is unavailable) to fetch manga information, chapter lists, and images. The implementation should follow the existing structure and design of other providers, ensuring consistency and maintainability.
Terminal-based manga reader and downloader with image rendering support
AI Summary: Add support for Mangakatana as a new manga provider in the manga-tui Rust application. This involves implementing the necessary API interaction, data parsing, and integration with the existing application structure, referencing a similar existing implementation (#133) as a guide.
Terminal-based manga reader and downloader with image rendering support