readability-0.1.0.0: Extracts text of main article from HTML document
Readability.Title
title :: Document -> Maybe Text Source #
Extracts title (title) from HTML document and normalizes by removing exceeding white spaces.
title
shortTitle :: Document -> Maybe Text Source #
Attempts to find shortened version of title without page name.