Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent variable names across examples #377

Open
icropper opened this issue Apr 8, 2021 · 1 comment
Open

Inconsistent variable names across examples #377

icropper opened this issue Apr 8, 2021 · 1 comment

Comments

@icropper
Copy link

icropper commented Apr 8, 2021

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";
});
@mike442144
Copy link
Collaborator

Are you going to pull a MR? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants