saving a webpage's links to the hard disk

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sun May 4 01:33:10 EDT 2008


En Sun, 04 May 2008 01:33:45 -0300, Jetus <stevegill7 at gmail.com> escribió:

> Is there a good place to look to see where I can find some code that
> will help me to save webpage's links to the local drive, after I have
> used urllib2 to retrieve the page?
> Many times I have to view these pages when I do not have access to the
> internet.

Don't reinvent the wheel and use wget
http://en.wikipedia.org/wiki/Wget

-- 
Gabriel Genellina




More information about the Python-list mailing list