HTML Parser - beginner needs help

zet zet at i.com.ua
Fri Sep 15 13:15:36 EDT 2000


Thanx a lot guys.
I've tried another way and it work (but it has one big minus).

I change htmllib.py in this way:

    def handle_image(self, src, alt, *args):
        self.handle_data(alt)
        self.imagelist.append(src)  # this line was added, and imegelist =
[] in __init__

Somewhat stupid, how do you think?





More information about the Python-list mailing list