new method `add`, overwrite method `plan`, delete method `pipe`
Pre-release
Pre-release
- new method
add
Using methodadd
can add new plan or pipe to the spider instance - overwrite method
plan
Now using methodplan
can add only default plan, instead of any types plan. - delete method
pipe
If need to add new pipe, use methodadd
- better error message in English
- Translate README.md to English
- add unit tests for methods
add
andplan