ZCool picture crawler. Download ZCool (https://www.zcool.com.cn/) Designer's or User's pictures, photos and illustrations.
- Free software: MIT license
- Documentation: https://zcooldl.readthedocs.io.
- 极速下载:多线程异步下载,可以根据需要设置线程数
- 异常重试:只要重试次数足够多,就没有下载不下来的图片 (^o^)/!
- 增量下载:设计师/用户有新的上传,再跑一遍程序就行了 O(∩_∩)O 嗯!
- 自选主题:可以选择下载用户的特定主题,而不是该用户下的所有内容
- 下载收藏夹 New:使用 -c <收藏夹 URL, ...> 下载收藏夹中的作品(收藏夹可自由创建)
Install zcooldl via pip:
$ pip install -U zcooldl
Download all username's pictures to current directory:
$ zcooldl -u <username>
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.