-v, --volume — Volume selection: 1,2,3 or 1-5,8 or all
Common options:
Flag
Description
Default
-d, --dest
Download directory
config or current dir
-t, --vol-type
Volume type: vol, extra, seri, all
vol
-f, --format
Output format: epub or mobi
epub
-r, --retry
Retry attempts on failure
3
-m, --method
Download method: 1 or 2
1
--num-workers
Concurrent download workers
8
-P, --use-pool
Use credential pool with failover
off
-p, --proxy
Proxy server address
none
-c, --callback
Post-download callback script
none
Configuration
bash
# Set default options
kmdr config --set proxy=http://localhost:7890 dest=~/manga
# List current config
kmdr config -l
# Clear all config
kmdr config -c all
# Switch mirror source
kmdr config -b https://mox.moe
Credential Pool
Manage multiple accounts for failover when one account's quota is exhausted.
bash
# Add account to pool
kmdr pool add -u <username> [-o <priority>] [-n "note"]
# List pool accounts (with optional quota refresh)
kmdr pool list [-r] [--num-workers 3]
# Switch active account
kmdr pool use <username>
# Update account info
kmdr pool update <username> [-n "note"] [-o <priority>]
# Remove account from pool
kmdr pool remove <username>