html parsing

Sean 'Shaleh' Perry shalehperry at attbi.com
Mon Apr 8 16:00:50 EDT 2002


On 08-Apr-2002 Randy Heiland wrote:
> I'm a newbie at parsing html in Python... could someone offer a snippet
> of code to:
> 1) specify a URL
> 2) parse the html and return the hyperlink associated with a unique
> anchor string
> 

import htmllib # and read the docs in python-lib about it, tells you all you
               # need in a clear manor





More information about the Python-list mailing list