Parsing HTML with JavaScript

mtfulmer at tacobell.land mtfulmer at tacobell.land
Fri May 13 04:36:06 EDT 2005


I am trying to extract some information from a few web pages, and I was
using the HTMLParser module. It worked fine until it got to the
javascript, at which it gave a parse error. Is there a good way to work
around this or should I just preparse the file to remove the javascript
manually? This is my first python program. 



More information about the Python-list mailing list