youyudehexie / simple-scrapy

simple-scrapy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a bug occured.

howfree opened this issue · comments

var urls = new Urls(startUrl);
^
TypeError: object is not a function

how to solve this problem?

最近有个H网站要被关闭所以想用nodejs把资源抓下来并保存到本地,于是乎搜到了你的实现方式,发现简单有效,提一个小建议就是:建议您把node_module删掉,并建立好package.json,里面写好依赖关系,forker只要npm install就行