-
如何使用xpath?
-
如何定义Spider Item
# 强制标示 scrapy.Field() , class DoubanMovieItem(scrapy.Item): pic = scrapy.Field() title = scrapy.Field() quote = scrapy.Field()
darkstarslyp/tutorial
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
如何使用xpath?
如何定义Spider Item
# 强制标示 scrapy.Field() ,
class DoubanMovieItem(scrapy.Item):
pic = scrapy.Field()
title = scrapy.Field()
quote = scrapy.Field()