Hello,
I would like to extract the whole link that corresponds to a specific address.
For example for the address “https://www.ndd.com” I would like to get if the link exists
<a href="https://www.ndd.com" rel="nofollow">text anchor</a>
and the icing on the cake would be to know if this link is not contained in an html comment
Thanks