Jump to content
UBot Underground

{SOLVED} Help Scraping Wordpress Blogpost


Recommended Posts

I am trying to figure out how to scrape the contents of a wordpress blogpost once logged into wordpress.

 

I searched the forum, and didn't find a solution... So I am asking now because I am pulling my hair out over this one. I know it's probably very simple, but I can't seem to get it to work.

 

Screenshot attached of exactly what I am trying to scrape. Any text that might be in the html editor when making a blog post.

 

http://img684.imageshack.us/img684/3825/5191645o7knnqtd.jpg

 

Thanks in advance,

Justin

Link to post
Share on other sites

I think that's the textarea html element. Scraped it a week or so ago.

 

I have been looking over the source code for the last hour trying to figure out what to use as text for left side, and text for right side.

 

Care to enlighten me?

 

Thanks

Link to post
Share on other sites

set(#content, $scrape attribute(<name="content">, "innerhtml"), "Global")

 

Here you go, this works (for me)

  • Like 1
Link to post
Share on other sites

set(#content, $scrape attribute(<name="content">, "innerhtml"), "Global")

 

Here you go, this works (for me)

 

 

set(#var, $scrape attribute(<name="content">, "value"), "Global")

 

Thanks guys! :)

 

Appreciated...

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...