HTML Parser - beginner needs help

zet zet at i.com.ua
Thu Sep 14 14:15:59 EDT 2000


Can somebody provide small piece of code, which returns list of  img tags?
I've trying this lines:

class IMGParser(HTMLParser):
 def end_img(arg):
  return

but it return only an anchors, how to get IMG's?





More information about the Python-list mailing list