scrapy using xpath selector by class result in syntax error

前端 未结 0 1963

I try to scrap this webpage https://books.toscrape.com/index.html using scrapy

def parse(self, response):
    all_books = response.xpath("//article"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题