hScraper-0.1.0.0: A Haskell library to scrape and crawl web-pages

Safe HaskellSafe
LanguageHaskell2010

HScraper.HTMLparser

Description

Module for parsing html.

Documentation

parseHtml :: Text -> Either ParseError HTMLTree Source