readability
readability copied to clipboard
Allow selecting a different :html_parser for Floki in readability function calls.
This will allow to selectively use a different parser without setting a global configuration variable, which should help with tests.
Maybe some kind of a floki_opts keyword list that will allow to pass any options to underlying floki parse_document call?