-
scrapy shell quotes.toscrape.com
-
response.css("div.quote::attr('itemtype')")
-
response.css(".pager .next a::attr('href')").extract()[0]
scrapy shell quotes.toscrape.com
response.css("div.quote::attr('itemtype')")
response.css(".pager .next a::attr('href')").extract()[0]