pub fn parse_with_url(html: &str, base_url: &str) -> ParserResult<ParsedContent>Expand description
Parse HTML with a base URL (convenience function)
pub fn parse_with_url(html: &str, base_url: &str) -> ParserResult<ParsedContent>Parse HTML with a base URL (convenience function)