scalingexcellence / scrapybook

Scrapy Book Code

Home Page:http://scrapybook.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

there is an Syntax Error on page 16

program-spiritual opened this issue · comments

it shows like this

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

it should be fine like this:

$x("//div/*")