HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: how to extract all links to a txt file ?
Author: William Roeder
Date: 08/25/2009 20:38
 
> I want to extract all links on a web site to a text
> file.
> <http://hd-video-music-1080i.blogspot.com/>


First do you mean actual links or the text containing urls (rapidshare...rar)

I would simply scan the mirrored html files
findstr /i "href=" > file.txt
or
findstr /i "http:" > file.txt
and edit.
 
Reply Create subthread


All articles

Subject Author Date
how to extract all links to a txt file ?

08/25/2009 19:31
Re: how to extract all links to a txt file ?

08/25/2009 20:38
Re: how to extract all links to a txt file ?

08/25/2009 23:15




a

Created with FORUM 2.0.11