Re: Need page source for a list of URLs. Anyone know of any program?
de Adam Piggott 06/07/2006 12:27
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Shani wrote:
> I need a program that can take a list of URLs and and save their source
> page ( html code) on my computer as a text file. Does anyone know of
> anysuch program.
Wget can do the job.
http://www.gnu.org/software/wget/
Once you've unzipped it you want to:
wget --force-directories -i filename.txt
This will have wget download each URL and put it into a directory generated
from the host name, i.e.: