bda-research / node-crawler

Web Crawler/Spider for NodeJS + server-side jQuery ;-)

Home Page:http://node-crawler.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent variable names across examples

icropper opened this issue · comments

It looks like sometimes examples use c to reference the Crawler instance
i.e.

var c = new Crawler(...);

and other examples use crawler

crawler.on('schedule',function(options){
    options.proxy = "http://proxy:port";
});

Are you going to pull a MR? :)