File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ directory using reversed domain path,
37
37
it will be `collectors/web/cn/89ip/collector.py `
38
38
39
39
To make class be a collector we need to declare a variable
40
- `__collector__ `
40
+ `__collector__ ` and set it to ` True `
41
41
42
42
Note: name of file and name of class don't make sense,
43
43
you can declare as many files and classes in each file
@@ -94,7 +94,7 @@ and implement method like this:
94
94
95
95
That's all!
96
96
97
- Now is time to little test, to be sure your collector is working
97
+ Now is time for a little test, to be sure your collector is working
98
98
you can run proxy_py with `--test-collector ` option:
99
99
100
100
.. code-block :: bash
@@ -130,7 +130,7 @@ With 60 seconds timeout it looks better
130
130
Paginated collector
131
131
*******************
132
132
133
- Allright , you've done with a simple collector,
133
+ Alright , you've done with a simple collector,
134
134
you're almost a pro, let's now dive a little deeper
135
135
136
136
# TODO: complete this guide
You can’t perform that action at this time.
0 commit comments