Mangaita.io Downloader is a tool written in pure Python that allows you to download manga from Mangaita.
With this tool, you can download a single chapter, a range of chapters, or the entire manga.
Make sure you have installed:
git clone https://github.com/TheMrZenith/Mangaita.io-Downloader/cd Mangaita.io-Downloader
python main.py
✅ Download single chapter
✅ Download range of chapters
✅ Download entire manga
✅ Save chapters in folders
✅ Create PDF (optional)
✅ Create "Manga" and "Scan" folders (optional)
✅ Save to custom paths (optional)
⏳ GUI version
⏳ different output formats
The config.json file allows you to customize some settings, such as:
latest_first: If set totrue, the downloader will prioritize downloading the latest chapters first.create_pdf: If set totrue, the downloader will generate a PDF file for each downloaded chapter.download_type: Determines the download method. If set toasync, the downloader will download multiple pages concurrently, speeding up the process.
This project is distributed under the MIT license. For more details, see the file LICENSE