Odd that I haven't seen this error before. I'll look at the heuristics now.
P.S.: I'd have loved to have had a slightly shorter story to test this on :P
That said, I get < and > into my heuristics code, and somewhere along the processing they get turned into < and >, now I just have to figure out where, because it's not something I intended.
Addition: The culprit seems to be Beautiful Soup. From the looks of it BS is not so beautiful after all, as it decodes the html entities, including < and >
Last edited by Feynor; 02-02-2016 at 04:16 AM.
|