Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 676 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 676 Bytes

Dmzj toolkit

Fast usage

  1. Get id of a manga:

    getid.sh https://manhua.dmzj.com/shiguangsuipian

or

getid.sh -s shiguangsuipian
  1. Get info of a manga:

    dmzj.down.sh -i 18473 -l

or

dmzj.down.sh -i 18473 -j
  1. Download a comics
dmzj.down.sh -i 18473 -I 88659 87663 ...

or

dmzj.down.sh -i 18473 -I all

Report BUGS?

It's nice of you to report bugs you've met. If you want to report a bug, please run the following command

(date && bash -xv dmzj.down.sh -i 1234 -l 2>&1 )  > report

and put the output of report to the issues on github. Thank you!