View Source Readability.AuthorFinder (readability v0.12.1)

AuthorFinder extracts authors.

Summary

Types

@type html_tree() :: tuple() | list()

Functions

@spec find(html_tree()) :: [binary()]

Extract authors.

Link to this function

find_by_meta_tag(html_tree)

View Source