Github 地址: https://github.com/Leeiio/tumblr-downloader
tumblr-downloader
Easily download all the photos from a Tumblr blog.

Installation
npm install -g tumblr-downloader
Usage
Usage: tumblr-dl <url> [<directory>]
eg. tumblr-dl xxx.tumblr.com
eg. tumblr-dl xxx.tumblr.com ~/pictures/xxx.tumblr/
Options:
-h, --help output usage information
-v, --version output the version number
TODO
License
MIT
目前的配置都写在 tumblr.js 文件里了,主要可以设置并发数 concurrency ,失败重试次数 retry_time 等。默认是 8 个并发同时下载,单次请求 50 篇文章,失败重试 2 次。因为本国网络的特殊性,使用过程中如果遭遇网络超时或者 CONNECT RESET 等错误提示,建议使用科学上网模式。
本意是写个 tumblr 备份工具,目前看来还只是个「黄图」下载工具,你们懂的。