"The PowerTool" <thepowertool...@hotmail.com> wrote:
The simple script can be found at
http://www.comp.eonworks.com/scripts/isolate_url_link-20020716.html
This assumes a real OS (not win*) and have a small working knowledge of wget,
CL (bash), and can dl and extract the script.
Then I guess:
lynx -dump -listonly www.xxx.com > URL-results.txt
would be easier. Lynx is available for Windows too.
URL-results.txt would only contain:
References
1. http://www.bt.no/
2. http://www.bt.no/rss/
3. http://www.bt.no/nyheter/
So a bit further filtering could be needed.
--gv