Quote:
Originally Posted by JimmXinu
...
I'll look at that more to see what could be done to prevent it failing, but in the mean time you can work around it by adding this to your personal.ini:
...
|
If you'd only found one story or one author with this problem, I'd probably have suggested asking the author to fix it. But since you've found 4 different stories all by different authors, it's prevalent enough to address in code. (The HTML problem is repeated mismatched open/close tags. IE, <b>text</strong> or <i>text</em>.)
This change catches the exception and logs a message about it but continues processing, albeit without images for the chapter in question.
New test version posted (direct link)
2016-03-28
- Add exception for bad HTML breaking img finding.