pub async fn fetch_article_text(client: &Client, url: &str) -> Result<String>
Fetch an article page and extract its text content.