fn html_texts(document: &Html, selector: &str, limit: usize) -> Vec<String>
Extract text values for an HTML selector.