Your manga library,
beautifully downloaded.

Download any series from weebcentral.com as CBZ, PDF or EPUB — with a gorgeous desktop app, a full terminal UI, and a scriptable CLI.

downloadGet started visibilitySee it in action
WeebCentral Downloader GUI - manga view with green downloaded chapters
$ git clone https://github.com/Compromisee/WeebDL.git && cd WeebDL
boltFeatures

Everything a manga archive needs

One command downloads a whole series into a single CBZ. Everything else is a flag or a click away.

package_2

Flexible bundling

One file for everything, one per chapter, or one per every N chapters. CBZ, PDF and EPUB — even several formats at once.

shelves

Library tracking

Every downloaded chapter is recorded in a JSON library. Reopen a manga and downloaded chapters glow green — grab only what's new.

bookmarks

Bookmarks

Save series you follow and jump back to them from a cover grid. Stored as plain JSON in your user folder.

import_contacts

Open in your reader

Point settings at Readest (or any reader executable) and open finished books straight from the library — parts listed individually.

speed

Fast & resilient

Parallel chapters and images, adaptive rate-limit backoff, checkpoint resume, and automatic FlareSolverr fallback for Cloudflare.

palette

Beautiful by default

Six pastel-dark themes, six accents, drifting gradient orbs and an animated dot matrix. Google Material icons — zero emojis.

devicesInterfaces

GUI, TUI or CLI — your call

The same download engine powers all three, sharing settings, library and bookmarks.

GUI manga view GUI downloads queue GUI library GUI settings with themes

Search with cover art, green-highlighted downloaded chapters, live per-chapter progress, a JSON-backed library with per-part reading, and deep appearance settings.

TUI manga tab TUI downloads tab

The full experience over SSH: search, chapter multi-select, format and bundling pickers, live progress bars — built with Textual.

terminalCommand line

Scriptable to the core

Sane defaults: one command, all chapters, one CBZ, sorted into a folder per manga.

# everything as one CBZ
$ weebcentral https://weebcentral.com/series/XXXX/one-piece

# one CBZ per 10 chapters, custom naming
$ weebcentral <url> --per 10 --name-range "{title} Vol {start}-{end}"

# chapters 1-50 as a single PDF + EPUB
$ weebcentral <url> -c 1-50 -f pdf --also epub

# find something new
$ weebcentral search "vinland saga"
1 Vinland Saga https://weebcentral.com/series/…

# full-screen terminal app
$ weebcentral tui