Jump to content
UBot Underground

Is It Possible To Scrape Based On What Is Contained In An Url?


Recommended Posts

I want to scrape each of the links from the page: funnycats.tumblr.com

 

But i only want to scrape links that contain "/post/"

 

Is this even possible?

 

I'm thinking what i will have to do, is scrape the links out (also stuck on doing this)

and then just run a loop that checks if it contains "/post"

 

Any ideas how i might do either of these?

 

Cheers

Link to post
Share on other sites

I want to scrape each of the links from the page: funnycats.tumblr.com

 

But i only want to scrape links that contain "/post/"

 

Is this even possible?

 

I'm thinking what i will have to do, is scrape the links out (also stuck on doing this)

and then just run a loop that checks if it contains "/post"

 

Any ideas how i might do either of these?

 

Cheers

 

navigate("http://funnycats.tumblr.com/","Wait")

wait for browser event("DOM Ready","")

clear list(%tmp)

add list to list(%tmp,$scrape attribute(<href=w"*post*">,"fullhref"),"Delete","Global")

 

 

Cheers

Dan

  • Like 1
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...