pub async fn extract_content(
client: &Client,
article_url: &str,
method: &ExtractorMethod,
width: usize,
rss_content: Option<&str>,
) -> Result<String>Expand description
Fetch article using specified extraction method, returning just the text content.