> I have run into a problem with a specific web site. > Processing http://clarkhoward.com/shownotes/recent_show.html... > Retrieved ok. > Error: Unknown error parsing document [snip...] > line 1394, in start_font > self._doc.set_forecolor (rgb) > File "C:\Program Files\Plucker\PyPlucker\TextParser.py", > line 484, in set_forecolor > elif value[0] == '#': > IndexError: string index out of range
The problem is this tag: <font size="-1" face="arial,helvetica" color=""> Exactly what colour is ""? If I were you, I would mail the maintainer, and tell him that you would like to read his page, but that that tag breaks your browser, and ask him nicely to fix it. In fact, in general, if you're having problems with one specific website, mailing the maintainer is a good first step. If you were using JPluck, I would suggest some sort of complicated transformation, assuming that it wasn't handled automatically. Later, Blake. _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

