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

Web.Exhentai.API.Archiver

Synopsis

Documentation

streamOriginal Source #

Arguments

:: (MonadHttpState m, MonadIO n) 
=> Text

Archiver url, usually the archiverLink field

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

Download an origian archive from an archiver url as a stream

streamResampled Source #

Arguments

:: (MonadHttpState m, MonadIO n) 
=> Text

Archiver url, usually the archiverLink field

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

Download an resampled archive from an archiver url as a stream