84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
如题,我现在需要爬取多个网站的内容,但是结果结构是一样的。现在的配置resultdb 是一个db,每个爬虫的结果分别是不同的集合。而我想把这些结果保存到指定db下的指定集合,这个如何设置。请大侠帮我解答下。
The built-in resultdb is only used to display preview results. If you change the structure, this function will be invalid. So after you get the results, you need to build your own database and handle how to store them.
http://docs.pyspider.org/en/latest/Working-with-Results/
The built-in resultdb is only used to display preview results. If you change the structure, this function will be invalid. So after you get the results, you need to build your own database and handle how to store them.
http://docs.pyspider.org/en/latest/Working-with-Results/