| Hello,
I want to download a html page and all *relevant* links that are mentioned in
the page. Relevant in this context means: alls links that belong to the real
content. It is actually about a wiki and I want to follow links that were
created by wiki users in order to reference other wiki sites. All those links
are usually relative and have the following structure:
<a class="wiki" href="linkXY.html">LinkXY</a>
What is the correct command line to only follow those links ?
Thanks in advance,
Marian
| |