scalingexcellence / scrapybook

Scrapy Book Code
http://scrapybook.com/
475 stars 209 forks source link

there is an Syntax Error on page 16 #58

Open program-spiritual opened 5 years ago

program-spiritual commented 5 years ago

it shows like this

$x(’//div/-*’)

it should be fine like this:

$x("//div/*")