Structs§
Functions§
- extract_
content - Fetch article using specified extraction method, returning just the text content.
- extract_
from_ html - Extract readable text from raw HTML string. Returns (title, text).
- fetch_
and_ extract - Fetch a URL and extract the article content. Returns (title, text).
- html_
to_ text - Render HTML (or plain text) to wrapped text without Readability extraction.