crawlchain-0.3.1.0: Simulation user crawl paths

Safe HaskellSafe
LanguageHaskell2010

Network.CrawlChain.CrawlingParameters

Documentation

data CrawlingParameters Source

Constructors

CrawlingParameters 

Fields

paramName :: String

name of crawl run

paramInitialAction :: CrawlAction

starting point

paramCrawlDirective :: CrawlDirective

list of operations sequentially on all previous results

paramDoDownload :: Bool

store the content of a single result (the first) of the last operation step

paramDoStore :: Bool

store the url of a single result (the first) of the last operation step