Parses a single feed and returns its content as a tibble.

relay_parse_feed(url, cache = TRUE)

Arguments

url

A show's feed URL, e.g. "https://www.relay.fm/ungeniused/feed". Use relay_get_shows() to retrieve feed URLs.

cache

(logical(1)) Toggle the httr2 HTTP cache. Default TRUE.

Value

A tibble.

Examples

if (FALSE) { # \dontrun{
relay_parse_feed(url = "https://www.relay.fm/ungeniused/feed")
} # }