readability v0.5.0 Readability.Helper
Helpers for parsing, updating, removing html tree
Summary
Functions
Check html_tree can be candidate or not
Change existing tags by selector
Normalize and Parse to html tree(tuple or list)) from binary html
Remove html attributes
Remove tags
Count only text length
Types
html_tree :: tuple | list
Functions
Specs
candidate_tag?(html_tree) :: boolean
Check html_tree can be candidate or not.
Change existing tags by selector
Specs
normalize(binary) :: html_tree
Normalize and Parse to html tree(tuple or list)) from binary html
Remove html attributes