exh-1.0.0: A library for crawling exhentai
Safe HaskellNone
LanguageHaskell2010

Web.Exhentai.API.Archiver

Synopsis

Documentation

streamOriginal Source #

Arguments

:: Effs '[Http, Error HttpException, Cookie, ConduitIO, Bracket, Throw ExhentaiError] m 
=> Text

Archiver url, usually the archiverLink field

-> ContT r m (Response (ConduitT i ByteString IO ())) 

Download an origian archive from an archiver url as a stream

streamResampled Source #

Arguments

:: Effs '[Http, Error HttpException, Cookie, ConduitIO, Bracket, Throw ExhentaiError] m 
=> Text

Archiver url, usually the archiverLink field

-> ContT r m (Response (ConduitT i ByteString IO ())) 

Download an resampled archive from an archiver url as a stream