Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. item = the_item.css('h3.class::text').get()
  2. item = the_item.xpath('//p[@class="class"]/text()').get()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement