pub fn extract_links(
document: &Html,
config: &ParserConfig,
) -> ParserResult<Vec<Link>>Expand description
Extract all links from an HTML document
pub fn extract_links(
document: &Html,
config: &ParserConfig,
) -> ParserResult<Vec<Link>>Extract all links from an HTML document