darkstarslyp / tutorial

scrapy tutorial for beginner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. 如何使用xpath?

  2. 如何定义Spider Item

     # 强制标示 scrapy.Field() ,
     class DoubanMovieItem(scrapy.Item):
         pic = scrapy.Field()
         title = scrapy.Field()
         quote = scrapy.Field()
    
    

About

scrapy tutorial for beginner


Languages

Language:Python 100.0%