We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
settings.py里的ITEM_PIPELINES是一个list,如何指定让不同的spider对应到不同的pipeline呢?
The text was updated successfully, but these errors were encountered:
pipeline是用来处理item的,跟spider有什么关系?
Sorry, something went wrong.
而你可以在pipeline中对处理哪些item进行设置吧
都放进去,然后设置一个0-1000的值来决定他们的顺序
可以进行spider级别的setting,http://blog.csdn.net/haipengdai/article/details/48543313
No branches or pull requests
settings.py里的ITEM_PIPELINES是一个list,如何指定让不同的spider对应到不同的pipeline呢?
The text was updated successfully, but these errors were encountered: