I can't find the xPath...

logic7

Junior Member
Joined
Apr 6, 2016
Messages
152
Reaction score
22
Please help... I can't seem to find the xPath.

This is the source: view-source:http://www.pikore.com/fun_bestvids

I need to scrape the @Content in this part of the source:

<meta name="description" content="See Funny Videos (@fun_bestvids) Instagram profile on Pikore. Daily The Best &amp; Funniest Videos
Tag #funbestvids to your videos!
[email protected]
Email me for credit
・・・">


Thank you.
 
Here's the XPath:

Code:
/html/head/meta[@name="description"]/@content
 
Back
Top