It shows me error in this line:
name = sel.xpath("//*[@class = "inline t-24 t-black t-normal break-words"]/text()").extract_first().split()
Error:
File "<ipython-input-9-f8d78586cc1a>", line 7
name = sel.xpath("//*[@class = "inline t-24 t-black t-normal break-words"]/text()").extract_first().split()
^
SyntaxError: invalid syntax