feed-crawl-0.1.2.0: Utility for fetching feeds with redirect info and HTML link detection

Safe HaskellNone
LanguageHaskell2010

Text.Feed.Crawl

Synopsis

Documentation

userAgent :: ByteString Source

Spoof a Safari Browser because some sites don't even serve feeds to an http-conduit client

crawlURL :: String -> IO CrawlResult Source

The main function

withRedirectTracking :: ManagerSettings -> Request -> IO (Response ByteString, [Status]) Source

Returns a tuple of response and list of redirect locations. The first location is the last redirect.