wget and links to follow
Andrea Rimicci <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I'd like retrieve a web document where some links are coded in
javascript calls, so I'd like instruct wget when a something like
JSfunc('my/link/to/follow/') is matched, he recognize
'my/link/to/follow/' as a link to follow.
Is there any way to accomplish this?
Maybe using regexps, to setup which patterns will trigger the link,
will be great.
TIA, Andrea