Readability.authors

You're seeing just the function authors, go back to Readability module for more information.

Specs

authors(binary() | html_tree()) :: list()[binary()]

Extract authors

Example

iex> authors = Readability.authors(html_str)
["José Valim", "chrismccord"]