Skip to main content

fetch_and_parse_feed

Function fetch_and_parse_feed 

Source
pub async fn fetch_and_parse_feed(
    client: &Client,
    url: &str,
) -> Result<(String, Vec<ParsedEntry>)>
Expand description

Fetch and parse an RSS/Atom feed from a URL. Returns a list of parsed entries (no IDs yet).