image-spider:图像蜘蛛,由node.js编写

时间:2024-05-23 12:02:50
【文件属性】:

文件名称:image-spider:图像蜘蛛,由node.js编写

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-23 12:02:50

JavaScript

网站上用于抓取图像的蜘蛛。 安装 # clone git repository git clone https://github.com/luofei2011/image-spider.git cd image-spider # install nodejs packages npm install # add test.js touch test.js vim test.js # insert var Spider = require('./spider'); var spider = new Spider('http://poised-flw.com', { level: 3, maxSockets: 4, downloadImage: true }); spider.start(); # save & quit # then. excute this fil


【文件预览】:
image-spider-master
----.gitignore(43B)
----package.json(749B)
----spider.js(3KB)
----README.md(1KB)
----tests()
--------spider.js(164B)
--------url_test.js(179B)
--------imageSpider_test.js(307B)
----lib()
--------util.js(2KB)
--------defer.js(1KB)
--------log.js(1KB)
--------url.js(4KB)
--------cache.js(949B)
----imageSpider.js(1KB)
----download.sh(305B)

网友评论