html parsing

Steve Holden sholden at holdenweb.com
Mon Apr 8 18:21:35 EDT 2002


[posted & mailed]

"Randy Heiland" <heiland at ncsa.uiuc.edu> wrote in message
news:3CB1E20A.B3300AA4 at ncsa.uiuc.edu...
> 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
>
Take a look at the "webchecker" web crawler application included in the
Tools directory of your Python distribution -- tells you everything you need
to know.

regards
 Steve







More information about the Python-list mailing list