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

Safe HaskellNone
LanguageHaskell2010

Readability.Internal

Synopsis

Documentation

shortTitle :: Document -> Maybe Text Source #

Attempts to find shortened version of title without page name.

title :: Document -> Maybe Text Source #

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