On 16/08/13 04:19, Bin Wang wrote:
Hi There,
I am not quite sure this bug-wget mail list would be a place to ask wget
questions. Since I have not found a community yet, so I would post my
question here.
It is.
How to use wget get all the outbound links for one domain.
Say. I am intereted in http:www.A.com
www.A.com/contact has a few links like www.B.com/index, www.C.com/index,
then www.A.com/support has www.D.com/index, www.E.com/contact etc....
I want to get a list of all the outbound links.
(...)
wget doesn't have such option (it's done internally).
I was able to extract that code into another executable in the past, I
can dig it out if there's interest on it.