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

Safe HaskellSafe
LanguageHaskell2010

HScraper.Tidy

Description

Module for tidying Malformed html using libtidy(see README).

Synopsis

Documentation

tidy :: Text -> IO Text Source

Takes Malformed html and reuturns correct html if it can be corrected. Output is empty if it cannot be corrected.