Skip to content

new method `add`, overwrite method `plan`, delete method `pipe`

Pre-release
Pre-release
Compare
Choose a tag to compare
@Bin-Huang Bin-Huang released this 12 Aug 03:28
· 159 commits to master since this release
  • new method add Using method add can add new plan or pipe to the spider instance
  • overwrite method plan Now using method plan can add only default plan, instead of any types plan.
  • delete method pipe If need to add new pipe, use method add
  • better error message in English
  • Translate README.md to English
  • add unit tests for methods add and plan