Jump to content
UBot Underground

Extract every link that contain spesific criteria.


Recommended Posts

Hi,

 

I tried to extract every link on facebook fanpage that meet my criteria but still no luck. 

 

When we open facebook fanpage (example: https://www.facebook.com/UFC), we will found link url like: 

 

x people like this

xx people like this 

and so on until xxx.xxx people like this.

 

How do i extract every link that contain word "xxx people" in it. 

Do i need to learn regex ?

 

Thanks, and sorry for my bad english. 

 

Picture:  http://i.imgur.com/rdEq7YV.jpg

Link to post
Share on other sites

Have you tried with wildcards?

 

Example:

set(#URL, $scrape attribute(<innertext=w"* people">, "fullhref"), "Global")

Else I think your best bet is REGEX.

  • Like 1
Link to post
Share on other sites

Thanks a lot. 
It worked 

add list to list(%scraped, $scrape attribute(<innertext=w"* people">, "fullhref"), "Delete", "Global")

 
 

Have you tried with wildcards?
 
Example:

set(#URL, $scrape attribute(<innertext=w"* people">, "fullhref"), "Global")

Else I think your best bet is REGEX.

 

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