Skip to content

HakurouKen/DManga

Repository files navigation

DManga

Search And download mangas.

Supports

Install

npm install dmanga -g

Usage

Download

Command:

download <url>

Params:

  • -d, --dest <url>: Download directory
  • -q, --quiet: Download quietly(without progress).

Example:

# Download a single chapter.
dmanga download https://manhua.dmzj.com/xuejiezhanxian/37157.shtml -d 血界战线-第0话

# Download all
dmanga download https://manhua.dmzj.com/xiawayuxiawa -d 夏娃与夏娃

Get Info

Command:

info <url>

Example:

dmanga info http://www.dm5.com/manhua-shanchangzhuolongrende-yuan-gaomutongxue/

Search

Command:

search <keyword>

Params:

  • -s, --sites <sites>: seperated by ,.

Example:

# Search from all support sites.
dmanga search 一拳超人
# Search from specific sites.
dmanga search 灌篮高手 --sites 177mh,dmzj

Config

config

Params:

  • -s, --set <key> <value>: set config
  • -g, --get <key>: get config

Example:

# show all configs
dmanga config
# set language
dmanga config -s lang en_US
# get language
dmanga config -g lang

About

Download manga from Internet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published