readability-0.1.0.0: Extracts text of main article from HTML document
Readability.Internal
summary :: Settings -> Document -> Maybe Document Source #
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.
title
rootSummary :: Settings -> Bool -> Element -> Maybe Element Source #