Recovers summary (and topic when present) for episodes that aren't on the archive page yet. The archive page is re-rendered on a slower cadence than stats.txt updates, so the newest episode of an active show is typically missing from the archive for hours to weeks. incomparable_get_episodes() calls this automatically for any episode in stats.txt that the archive doesn't list.

incomparable_parse_episode(episode_url, cache = TRUE)

Arguments

episode_url

The per-episode URL, e.g. "https://www.theincomparable.com/sophomorelit/190/".

cache

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

Value

A one-row tibble with columns summary and topic (either may be NA_character_ if the page doesn't expose them).

Examples

if (FALSE) { # \dontrun{
incomparable_parse_episode("https://www.theincomparable.com/sophomorelit/190/")
} # }