How to save web pages for offline reading?

John Hunter jdhunter at ace.bsd.uchicago.edu
Tue Jul 22 08:12:20 EDT 2003


>>>>> "Will" == Will Stuyvesant <hwlgw at hotmail.com> writes:


    Will> I thought this whole thing would be easy with all those
    Will> Python internet modules in the standard distro: httplib,
    Will> urllib, urllib2, FancyURLxxx etc.  Being able to download a
    Will> "complete" page *from Python source* would be very nice for
    Will> my particular application.

Have you seen websucker, in the Tools/webchecker/websucker.py subdir
of the python src dir?  It does something very close to what you want.

JDH





More information about the Python-list mailing list