Jump to content
UBot Underground

Recommended Posts

given the following html which occurs multiple times per page how can I get the url into a list.

 

<div class="refReferrals">
                                        <a class="replaceClass" href="http://mysite.comt/ajax/referrals/get_list/18287"id="ref-18287" data-id="18287" data-div="downline-18287">
                        Referrals: 5                    </a>
                    
                </div>

 

I can get the number of referrals with:
add list to list(%referrals,$scrape attribute(<div,class="refReferrals">,"innertext"),"Don't Delete","Global")

 

Thanks

 

Link to post
Share on other sites

add list to list(%referrals,$scrape attribute(<div,class="refReferrals">,"href"),"Don't Delete","Global")

 

add list to list(%referrals,$scrape attribute(<div,class="refReferrals">,"fullhref"),"Don't Delete","Global")

 

change the drop down option of the item you want to scrape

Link to post
Share on other sites

I had tried href and that didn't work.
I just tried fullhref and that returns the url of the webpage not the url in the div.
I had tried all the attributes on the advanced element editor but none returned the correct data.
I will try all the ones in the drop down menu as it seems to have more than the advanced element editor.

 

Thanks.

Link to post
Share on other sites

sorry deliter. I missed your comment.
I got this to work which is similar to what you said only with <a vs <div
add list to list(%url,$scrape attribute(<a,class="replaceClass">,"href"),"Don\'t Delete","Global")

 

Thanks guys.

 

P.S. I tried what deliter suggested and that worked also.

Edited by ed08724
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...