2012-01-31, 02:24
newatv2user Wrote:The URL I'm trying to parse is:
http://topdocumentaryfilms.com/all/
My code is this:
I swear it was working couple of days back. It's not working anymore. I tried your suggestion with replace, but still no go. Any hint on how I could fix this would be great. Thanks.
Ok, i've downloaded the page and added two(so far) integration tests on it, that fail.
I'll see what i figure out(On fix and workaround).
ETA: .replace("\n", " ") should do the trick. I'm doing that in the parseDOM for the next version. You can do it beforehand so you don't have to wait.