readability-0.0.1.0: Extracts text of main article from HTML document
Readability.Helper
innerText :: Cursor -> Text Source #
content' :: Cursor -> [Text] Source #
elin :: Element -> [Name] -> Bool Source #
getElement :: Node -> Maybe Element Source #
guarded :: Alternative f => (a -> Bool) -> a -> f a Source #