Skip to content

Mangabuddy Downloader is a command-line tool to search and download manga chapters from Mangabuddy

License

Notifications You must be signed in to change notification settings

Pal-droid/Mangabuddy-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Mangabuddy Downloader

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.


🎬 Preview

🔍 Search

preview

💾 Download

preview


✨ Features

  • 🔎 Search manga by title
  • 📖 View available chapters
  • ⬇️ Download selected or all chapters
  • ⚡ Uses fast httpx requests (no headless browser required)
  • 🪞 Supports multiple mirrors (Mangabuddy, Mangaxyz, Mangapuma, Mangacute, etc.)
  • ⚙️ Configurable config.json for custom paths and mirrors
  • 🌀 CLI animations and progress feedback
  • 🔁 Auto-updater via update.py

⚙️ Installation

1. Clone the Repository

git clone https://github.com/Pal-droid/Mangabuddy-Downloader
cd Mangabuddy-Downloader

2. Install Dependencies

make install

3. Configure Settings

Edit 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

🚀 Usage

Run the main script:

make run

🧠 Updating

Check for updates and automatically pull the latest version:

make update

🐧 Ubuntu / Debian Setup

git 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.txt

Then run:

MangaBuddy-Downloader-venv/bin/python3 mangaxyz.py

PR'S Welcomed!

About

Mangabuddy Downloader is a command-line tool to search and download manga chapters from Mangabuddy

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •