The OpenAI Research feed at feeds/feed_openai_research.xml contains only channel metadata but no
<item> entries.
The XML currently looks like this:
<channel>
<title>OpenAI Research News</title>
<link>https://openai.com/news/research</link>
<description>Latest research news and updates from OpenAI</description>
...
<!-- no <item> elements -->
</channel>
Likely the scraper in feed_generators/openai_research_blog.py is failing to parse content —
possibly due to HTML structure changes on https://openai.com/news/research/ or bot detection
blocking the request.
The OpenAI Research feed at
feeds/feed_openai_research.xmlcontains only channel metadata but no<item>entries.The XML currently looks like this: