Peter Hansen <[EMAIL PROTECTED]> writes:
> Harlin Seritt wrote:
> > I am trying to use SGMLlib module to extract all links from some data I
> > pulled from the web (via urllib). I have looked at the documentation
> > online and can not make sense of it. As a quick example, how would I
> > get the
Thanks for the help, I just didn't like the way that SGMLlib forces one
to instantiate a class to do this (or httplib for that matter). I
looked at those links you graciously sent (thanks!) but didn't like
them. At any rate, I went ahead and wrote my own. Thank goodness that
it's easy to parse with
Harlin Seritt wrote:
> I am trying to use SGMLlib module to extract all links from some data I
> pulled from the web (via urllib). I have looked at the documentation
> online and can not make sense of it. As a quick example, how would I
> get the hyperlinks for an html file?
I know you're not some