Quote:
Originally Posted by kovidgoyal
Add
preprocess_regexps = [(re.compile('r<head.*?</head>', re.DOTALL), lambda m:'')]
|
Hi Kovid I noticed you put the ' before the r. I editted it to r' hoping it meant all between and including the <head> s weren't getting deleted.
it still crashes. :-(