RE: New command line option: unfollowed-links
"Tony Lewis" <[email protected]> Tue, 28 Jun 2005 20:29:21 -0700
| Newsgroups | gmane.comp.web.wget.patches |
|---|---|
| Message-ID | <[email protected]> |
Hrvoje Niksic wrote: > I'm not sure what's the use of logging the URLs Wget decided *not* to follow. The way that I use it most often was provided in the example at the top of the email, to wit: wget http://www.somesite.com --mirror --unfollowed-links=somesite.txt will result in the file somesite.txt containing all external links from somesite.com. In other words, it answers the question: "What sites does somesite.com link to?" > If anything, requests for inclusion of --print-uris seem to request the exact opposite. Yes, it does so just record everything else into a different hash_table. :-) Tony