Jump to content
UBot Underground

looking for certain sites


Recommended Posts

I am using my search engine such as yahoo/google/bing and I type in a certain phrase or keyword. I am looking for all the sites that are related to webmd.

 

 

How can i make it that ubot only clicks on those sites that have a www.webmd.com  address?

Link to post
Share on other sites

Yep, this ^^^^  Or you could probably use regex (does the site: footprint search work the same on yahoo and bing?)  Or you don't even need regex.  You could just add all url's to a list that then loop through that list with an if then statement.  if list item contains(webmd.com), then keep, else (remove list item, #position).  Something like that would work...

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