Gathering detailed insights and metrics for node-cl-downloader
Gathering detailed insights and metrics for node-cl-downloader
Gathering detailed insights and metrics for node-cl-downloader
Gathering detailed insights and metrics for node-cl-downloader
npm install node-cl-downloader
Typescript
Module System
Node Version
NPM Version
63.6
Supply Chain
90.3
Quality
75
Maintenance
50
Vulnerability
97.9
License
JavaScript (100%)
Total Downloads
2,278
Last Day
1
Last Week
6
Last Month
31
Last Year
587
MIT License
2 Stars
15 Commits
1 Forks
1 Watchers
2 Branches
1 Contributors
Updated on Jun 09, 2024
Minified
Minified + Gzipped
Latest Version
0.3.3
Package Id
node-cl-downloader@0.3.3
Unpacked Size
17.69 kB
Size
5.57 kB
File Count
9
NPM Version
10.1.0
Node Version
20.9.0
Published on
Jun 09, 2024
Cumulative downloads
Total Downloads
5
这是一个使用 JavaScript 完成的 T66Y 图片资源下载工具。
安装需要 Node.Js 环境,可在 官方网站下载。
下载安装命令如下:
1 // npm global 全局安装 2 npm install -g node-cl-downloader 3 4 // git 安装 5 git clone https://github.com/seanhuai/node-cl-downloader 6 cd node-cl-downloader 7 npm install && npm link
Linux 用户需要注意程序的读写和执行权限。
当上述命令执行完毕后,可以在本地全局调用 cl-downloader
命令,在任何位置执行下载操作。
初始代理地址为本地,端口 1080,默认为关闭状态。
查看当前代理状态:
cl-downloader --proxy
变更代理状态如下操作:
1 // 如需启用代理 2 cl-downloader --enableproxy 3 4 // 如需停用代理 5 cl-downloader --disableproxy 6 7 // 如需变更代理地址 8 cl-downloader --proxyhost 127.0.0.1 9 // 其中 127.0.0.1 为样例数据,需根据实际情况修改 10 11 // 如需变更代理服务端口 12 cl-downloader --proxyport 1080 13 // 其中 1080 为样例数据,需根据实际情况修改
下载论坛贴(以 id3666946 为例)的图片到默认文件夹,命令如下:
1 cl-downloader -i 3666946
下载上述内容到特定文件夹,命令如下:
1 cl-downloader -i 3666946 -o fsfolder
同时进行多个(以 4 为例)文件下载上述内容,命令如下:
1 cl-downloader -i 3666946 -t 4
使用选项为程序传递更多信息
--help
获取帮助信息;-i/--tid
设置需要下载的帖子 ID,或内容页面完整 URL;-t/--thread
设置同时下载的工作数,默认为 4
;-o/--output
设置存放下载内容的目录名,默认为 1024
;上述选项可同时使用,下列选项涉及默认配置变更,不可同时使用
--enableproxy
启用代理;--disableproxy
停用代理;--proxyhost
设置代理服务地址;--proxyport
启用代理服务端口;此项目遵守 The MIT License。
根据协议,你可以使用,复制和修改软件;可以用于个人项目或商业项目;使用此项目源码必须附带版权声明,即原作者署名。
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
3 existing vulnerabilities detected
Details
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-04-28
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreLast Day
0%
1
Compared to previous day
Last Week
50%
6
Compared to previous week
Last Month
-36.7%
31
Compared to previous month
Last Year
135.7%
587
Compared to previous year