Cool. Thanks for the tips. Looking at the debug output is seems the error is in preprocess_html:
File "/tmp/calibre_0.7.44_tmp_KPT4D0/calibre_0.7.44_yeObDG_recipes/recipe0.py", line 75, in preprocess_html
if '&' in img['src']:
TypeError: 'NoneType' object is not subscriptable
My hunch is that it has something to do with the comic strip image being buried in a million levels of divs. I'll hack some more at it...
Rob
|