Tool for downloading manhua
git clone git@github.com:reiswindy/dmzj-dl.git
cd dmzj-dl
shards build --production
List chapters of a manhua
$ ./dmzj chapters <manhua>
Output is <chapter_index> - <chapter_title> <upload date>
Example:
$ ./dmzj chapters liuzhuanyueguang
Fetching information...
0 - 流转钥光第01话危险的钥匙 2018-03-13
1 - 流转钥光第02话 一半的光明 2018-03-15
Download chapter using the chapter_index
$ ./dmzj download <manhua> <chapter_index>
Example:
$ ./dmzj download musexunxiang 0
- reiswindy - creator