pub async fn fetch_and_parse_feed( client: &Client, url: &str, ) -> Result<(String, Vec<ParsedEntry>)>
Fetch and parse an RSS/Atom feed from a URL. Returns a list of parsed entries (no IDs yet).