readability-0.1.0.0: Extracts text of main article from HTML document

Safe HaskellNone
LanguageHaskell2010

Readability.Title

Synopsis

Documentation

title :: Document -> Maybe Text Source #

Extracts title (title) from HTML document and normalizes by removing exceeding white spaces.

shortTitle :: Document -> Maybe Text Source #

Attempts to find shortened version of title without page name.