Skip to main content

Module article

Module article 

Source

Structs§

Article

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.