pub fn extract_metadata(html: &str) -> ArticleMetadataExpand description
Extract article metadata from HTML.
Works without a browser by parsing the HTML directly with scraper.
pub fn extract_metadata(html: &str) -> ArticleMetadataExtract article metadata from HTML.
Works without a browser by parsing the HTML directly with scraper.