A sleek command-line tool to search, view, and download manga chapters from Mangabuddy.
Also known as Mangaxyz — many mirrors share the same database and structure.
- 🔎 Search manga by title
- 📖 View available chapters
- ⬇️ Download selected or all chapters
- ⚡ Uses fast
httpxrequests (no headless browser required) - 🪞 Supports multiple mirrors (Mangabuddy, Mangaxyz, Mangapuma, Mangacute, etc.)
- ⚙️ Configurable
config.jsonfor custom paths and mirrors - 🌀 CLI animations and progress feedback
- 🔁 Auto-updater via
update.py
git clone https://github.com/Pal-droid/Mangabuddy-Downloader
cd Mangabuddy-Downloadermake installEdit the config.json file to set your paths and preferences:
{
"output_path": "/path/to/downloads",
"debug": false,
"mirror_domain": "https://mangabuddy.com"
}Available mirrors:
- mangabuddy.com (Default)
- mangaforest.me
- mangacute.com
- mangaxyz.com
- mangapuma.com
- mangamirror.com
- truemanga.com
- mangafab.com
- manhwatube.com
Run the main script:
make runCheck for updates and automatically pull the latest version:
make updategit clone https://github.com/Pal-droid/Mangabuddy-Downloader
cd Mangabuddy-Downloader
python3 -m venv MangaBuddy-Downloader-venv
MangaBuddy-Downloader-venv/bin/pip install -r requirements.txtThen run:
MangaBuddy-Downloader-venv/bin/python3 mangaxyz.py
