Cannot get feed for https://devblogs.microsoft.com/

Hi,

I’m having trouble adding https://devblogs.microsoft.com/ to my feed list. It has a “DevBlogs RSS Feed” link (see top of sidebar), and when you click it you get an extensionless file, which looks like the correct format xml rss feed. Is this something MS needs to fix or is Newsblur able to interpret the file in a different way?

Many thanks

John

it’s adding correctly; there’re no entries in the feed.

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Microsoft Developer Blogs</title>
	<atom:link href="https://devblogs.microsoft.com/feed" rel="self" type="application/rss+xml" />
	<link>https://devblogs.microsoft.com</link>
	<description>Get the latest information, insights, announcements, and news from Microsoft.</description>
	<lastBuildDate></lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://devblogs.microsoft.com/wp-content/uploads/2020/02/Microsoft-Favicon.png</url>
	<title>Microsoft Developer Blogs</title>
	<link>https://devblogs.microsoft.com</link>
	<width>32</width>
	<height>32</height>
</image> 
</channel>
</rss>
1 Like

Oh yes, you’re quite right. Thank you @steanne

Will try and find out if that’s intentional or a mistake.

Thanks very much for your help.