[Haskell-cafe] Downloading web page in Haskell

José Romildo Malaquias j.romildo at gmail.com
Sat Nov 20 16:42:39 EST 2010


On Sat, Nov 20, 2010 at 10:26:49PM +0100, Daniel Fischer wrote:
> On Saturday 20 November 2010 21:47:52, Don Stewart wrote:
> > > 2010/11/20 José Romildo Malaquias <j.romildo at gmail.com>:
> > > > In order to download a given web page, I wrote the attached program.
> > > > The problem is that the page is not being full downloaded. It is
> > > > being somehow intettupted.
> > > >
> > > > Any clues on how to solve this problem?
> >
> > FWIW, with this url, I get the same problem using the Curl package
> 
> Just for the record, wget also gets a truncated (at the same point) file, 
> so it's not a Haskell problem.

Web browsers like Firefox and Opera does not seem to have the same
problem with this web page.

I would like to be able to download this page from Haskell.

Romildo


More information about the Haskell-Cafe mailing list