pub async fn fetch_and_extract( client: &Client, url: &str, width: usize, ) -> Result<(String, String)>
Fetch a URL and extract the article content. Returns (title, text).