Skip to main content

fetch_feeds

Function fetch_feeds 

Source
pub async fn fetch_feeds(
    urls: &[String],
    params: &FetchParams,
    cache: &Cache,
) -> FetchOutput
Expand description

Fetch and parse many feeds concurrently, returning the full structured output.

Partial failure is the norm: a feed that errors becomes a FeedStatus::Error entry (and is mirrored into FetchOutput::errors); successful feeds are unaffected.