Open bobjflong opened 10 years ago
That's weird. Those are all the http headers, and content length is 386810, which means the whole page is being sent. Not sure where the body of the response is going.
I tried a workaround like this but looks like there's something up with parsing that document:
λ import Network.HTTP
λ html <- simpleHTTP (getRequest url) >>= getResponseBody
-- html looks correct
λ runX $ parseHtml html >>> css "span"
[]
The following URL doesn't seem to load any actual content (just metadata). Some pages on that site seem fine. Any idea what's up?