Jump to content
UBot Underground

Recommended Posts

Hi,

 

For some reason im stuck trying to scrape the urls from the blog h2 titles on this page using exbrowser

 

http://carsandauto.over-blog.com/

 

I have tried all of the different xpath variables with the href attribute using the Exbrowser scrape list elements attribute function.

 

e.g

x://h2/a 

x://h2 

x://*[@id=content]/article[2]/h2/a

x://article[@class=post]

 

but i dont get any results in the debugger??

 

 

Link to post
Share on other sites

This works for me

add list to list(%urls,$plugin function("ExBrowser.dll", "$ExBrowser Generic Xpath Parser", $plugin function("ExBrowser.dll", "$ExBrowser Document Text"), "//h2/a", "href", ""),"Delete","Global")
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...