html tags and webpages

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Thu Jul 17 14:43:35 EDT 2003


jeff:
>Basically what i want to do is create a script in python that will
>look at a website and pull off a certain type of html tag and anything
>contained within them tags,

This is what you need:
http://www.python.org/doc/2.2.3/lib/module-urllib.html
http://www.python.org/doc/2.2.3/lib/module-HTMLParser.html

-- 
René Pijlman




More information about the Python-list mailing list