add authors extractor doc
This commit is contained in:
parent
4aa8f6ecea
commit
2274b3d063
|
@ -10,6 +10,9 @@ defmodule Readability do
|
|||
# Extract title
|
||||
Readability.title(html)
|
||||
|
||||
# Extract authors.
|
||||
Readability.authors(html)
|
||||
|
||||
# Extract only text from article
|
||||
article = html
|
||||
|> Readability.article
|
||||
|
|
Loading…
Reference in New Issue