Re: HTMLParseError: EOF in middle of construct error
"Diez B. Roggisch" <[EMAIL PROTECTED]> writes: [...] > google:BeatifulSoup Even better, google for BeautifulSoup ^ John -- http://mail.python.org/mailman/listinfo/python-list
Re: HTMLParseError: EOF in middle of construct error
Mike wrote: > Me again. > > I'm getting this error when parsing an external URL - I understand that > a common cause of this is badly formed HTML (or XHTML) and that's fair > enough, but is there any way to turn the parser into forgiving mode? > > As I'm getting this error from documents over wh