The RSS Blog

News and commentary from the cross-platform RSS and OPML community.

Thu, 24 Jul 2025 16:12:51 GMT
The logo and name of the Android podcasting app AntennaPod. The logo is a blue circle with white radio waves emanating from the top of a white broadcasting antenna.

The Spanish public broadcaster RTVE has begun blocking the podcast media files for its radio station RNE from being downloaded by some podcasting apps, reports James Cridland for Podnews:

One such podcast app that RNE is blocking is AntennaPod, a free podcast app on Android. It's one of the most popular apps on Android -- and in Spain, 78.8% of Spanish mobile phone users use Android mobile phones.

Users have discovered that RNE is specifically blocking AntennaPod, based on the app’s user agent, which is correctly set for every download. It’s unclear why: The app contains no advertising, and is open-source. It's free to download, and acts in accordance with the unwritten contract between podcast publishers and apps. ...

RNE continues to publish open RSS feeds, so the broadcaster's shows appear in podcast apps -- but the audio isn't available. This means that RNE shows appear without any issue -- but don't play in some of them, causing audiences to think that the app, rather than the publisher, is at fault.

Blocking RSS feeds or their enclosures is antithetical to the spirit of the open web. Putting something in a public RSS feed says you want it to be downloaded by whatever software a listener chooses to use.

RTVE claims the move was justified because some apps are making money off their podcasts. A block based on user agents could be easily circumvented, since declaring one in an HTTP request is voluntary. AntennaPod users are being denied their listening choices because the app is conscientious enough to tell feed publishers its identity.

Categories: RSS, Podcasting, AntennaPod

Sat, 19 Jul 2025 13:39:55 GMT
Logo of the RSS reader software NetNewsWire. There's a satellite hovering over Earth in space with golden yellow solar panels, a silver dish and a silver body. Earth has blue water and lighter blue continents with a semitransparent black border around the globe.

Because there's now an RSS feed for this weblog hosted locally at https://rssweblog.com/rss-feed, the server logs reveal the RSS readers and other software that regularly check the feed for updates -- at least the ones that report themselves in the user agent of their HTTP requests. Here are some that have turned up in the first 10 days.

RSS-to-Telegram Bot (RSStT)

RSS-to-Telegram Bot, also called RSStT, is an open source bot that forwards RSS and Atom feeds to Telegram users. I hadn't heard of it before but it looks robust and well-supported. The software is localized in several languages. Feed items can be sent as messages or articles on the instant messaging service, retaining rich text, images, audio and video. The import and export of OPML subscription lists is supported.

FeedParser

FeedParser is a Python library developed by Kurt McKee that has been in active development since 2002 and is in version 6.0.11. FeedParser supports all versions of RSS from 0.9 to 2.0, Atom 0.3 and 1.0, CDF and RSS-RDF. Extensions including Dublin Core and iTunes are handled. FeedParser also offers advanced HTTP processing such as reading ETag and Last Modified headers, following redirects and reading feeds that require user credentials. In a sign of its longevity and popularity, it is included in several major Linux distributions.

NetNewsWire

No research was required for this one. NetNewsWire, a longtime favorite of this blog, is a free RSS and Atom reader for Mac, iPhone and iPad that first came out in 2002. It was created by Brent Simmons, a former member of the RSS Advisory Board. NewsGator Technologies acquired it but Brent Simmons got it back in 2018 and released versions 5.0 and later under an open source license. I've been using the iOS version on my phone for years.

Categories: RSS, RSS Readers, NetNewsWire, RSStT, FeedParser, Brent Simmons

Tue, 15 Jul 2025 16:33:32 GMT
Screenshot of the homepage of The RSS Blog with a red arrow added to point to the RSS icon in the Google Chrome extension toolbar. The icon is orange to indicate that the website has an RSS feed, which was indicated through RSS Autodiscovery. The page is the homepage of the site and contains the text The RSS Blog: News and commentary from the cross-platform RSS and OPML community.

The major browsers used to indicate that a website had an RSS feed by displaying the orange RSS icon in the address bar at the far right of the bar. This no longer happens but an extension offered by Google's Ireland division adds it back to Chrome.

The RSS Subscription Extension looks for a site's feeds using RSS Autodiscovery. A feed is identified using a link element in the page header.

After you install the extension, click the three-dot kebab menu in the browser's upper right corner, then choose Extensions > Manage Extensions. A page opens listing the extensions on your browser. Click the Details button for the RSS Subscription Extension and toggle the Pin to Toolbar setting.

The RSS Blog identifies its RSS feed with this HTML in the head section:

<link rel="alternate" type="application/rss+xml" title="The RSS Blog" href="https://rssweblog.com/rss-feed" />

If you have the RSS Subscription Extension with the Toolbar visible, the RSS icon in the toolbar changes from gray to orange when you're visiting this blog. When the icon is clicked a page opens displaying recent feed items with a Subscribe Now button and a drop-down containing five readers as choices along with Manage. The current selection of readers is Newsblur, My Yahoo, Feedly, Inoreader and The Old Reader.

A page can contain more than one link element when it has multiple feeds, such as the example of a website that has a feed for blog posts and another for comments. Clicking the orange RSS icon opens a drop-down menu of these feeds, which can be chosen to open the Subscribe Now page for that feed.

A lot of Chrome extensions are hard to trust because they come from a publisher you don't know or have a low download count. This one comes from Google and has been installed 400,000 times. The person we found about it from on Mastodon said they've been using it for four years.

Categories: RSS, RSS Autodiscovery, Google Chrome

Sat, 12 Jul 2025 14:36:58 GMT
The logo of Google FeedBurner, which is an abstract orange and red flame sitting on a blue disc over the word FeedBurner. The logo has a registered trademark symbol and the word has a TM.

The RSS Blog has used an RSS feed hosted on Google FeedBurner for many years, though recently we moved to a new feed on this domain, giving us more control and a chance to retain subscribers when FeedBurner someday shuts down.

FeedBurner is putting things in the feed that aren't in the source feed we provide to the service, like these channel-level elements from the itunes namespace:

<itunes:keywords>bad,podcast</itunes:keywords>
<itunes:summary>If I ever do a podcast, I guess this'll be the description.</itunes:summary>
<itunes:subtitle>If I ever do a podcast, I guess this'll be the description.</itunes:subtitle>
<itunes:category text="Technology">
  <itunes:category text="Podcasting"/>
</itunes:category>

It also adds enclosure elements to items that don't contain media enclosures -- along with more itunes elements. Unfortunately, the elements FeedBurner puts in cause the feed to fail validation in the RSS Validator.

After some digging I found that this weirdness is happening because at some point the FeedBurner settings for the feed turned on SmartCast, an enhancement that enables feeds to support podcasts when an item in contains one. Here's some documentation explaining the process:

When composing a new posting with your publishing tool, simply insert a link to your podcast content directly into the text. FeedBurner will take the first anchor (<a>) tag that it finds in your posting content and convert the linked URL into an RSS 2.0 <enclosure> element if FeedBurner detects the item is in a popular audio, video, or streaming media format. This conversion turns this feed item into content that current podcasting clients will download for use (see a list of clients at the bottom of this post).

This functionality was a boon for bloggers on platforms that didn't support podcasting yet.

Our RSS feed doesn't contain any podcasts. We can't turn off SmartCast without our old FeedBurner account, but this post should help some publishers whose feeds also have become haunted by phantom podcasting tags.

Categories: RSS, FeedBurner, RSS Feeds, SmartCast

Fri, 11 Jul 2025 14:12:21 GMT

The story of RSS has been told in fanzine form by cartoonist Audra McNamee and contributor Allia Service in RSS is (Not) Dead (Yet). The 12-page comic released in 2023 describes how the original RSS boom died 10 years earlier when Google Reader shut down, after which the rise of social media did further harm by pulling users into silos and rejecting the ethos of the open web.

Page 8 of RSS is (Not) Dead Yet, a fanzine by Audra McNamee and Allia Service. In panel one Ned says, 'So what happened after RSS died?' Panel two is titled Social Media and states 'Pros: Has faster updates than RSS. More user friendly. Social interaction (follow your friends). Algorithmically driven (find new cool stuff). Analytics for businesses. Easy to add ads for money. Cons: Social media is beholden to profits. Targeted ads/user tracking. Users and creators can be kicked off or censored arbitrarily. Ad money goes to platforms not creators. Algorithmically driven. Users have less control of what they see. Can be bought by Elon Musk whenever. In panel three Ned is carrying a wreath into a cemetery where there are tombstones for RSS, LiveJournal, MySpace, Napster, Vine, Google+ and Clubhouse. There's also a mausoleum for Blogs.

McNamee and Service go on to tell how RSS has experienced another boom with the enormous popularity of podcasting. But they argue that it is again under threat from the same kind of corporate greed:

Podcast streamers are buying up podcast media companies and targeted advertising companies, and trying to monopolize distribution (e.g. get everyone to use their app.

I felt very seen by the part about infighting and "warring visions" within the RSS community. It hasn't always been easy to be a member of the RSS Advisory Board, but there's some satisfaction in seeing how much RSS still matters today. McNamee and Service did a charming job of making that point.

Categories: RSS, Podcasting, RSS Is Dead, Audra McNamee, Allia Service

Thu, 10 Jul 2025 11:15:28 GMT

The non-profit advocacy group Open RSS has an interesting RSS scoreboard that rates the RSS readers that request its feeds, indicating whether they meet the following criteria: open source, self-hostable, filtering, search, folders, import/export, full-text mode, mark read on scroll, sorting, custom rules, language translation and offline reading. The page also indicates whether they have browser extensions and what operating systems they're on.

Screen capture of the Open RSS page titled RSS Feed Apps, which contains a table rating RSS readers on the features they offer and their overall level of support for RSS feeds. The top portion of the list shown includes the readers Akregator, AntennaPod, BazQux, CapyReader, Combobox, CommaFeed, Easy RSS, Evolution RSS Reader Plugin, Feedbin, Feedbro, Feeder and FeedFlow. The criteria shown are Status, Platforms, Browser Extensions, Open Source, Self-Hostable and Filtering.

This is too much information for a casual RSS user, but as an experienced consumer of feeds I appreciate being able to shop around for a new reader based on the features I care about. Open RSS has compiled a lot of information in one place. A reader I'm thinking about using, Miniflux, supports all but two features on the list!

Open RSS gives each reader an overall status score (hover over the icons in the row to see them):

  1. Green check mark: This app is likely compatible with RSS feeds
  2. Yellow warning triangle: This app has unresolved issues that may cause RSS feeds not to so work well when used in the application
  3. Red stop circle: This reader remains incompatible with RSS feeds due to the overwhelming amount of unresolved issues its owners refuse to resolve
  4. Red stop circle: This reader is no longer maintained and is known to be incompatible with RSS feeds
  5. Gray dot: The status of this application hasn't been determined yet

The popular RSS reader Inoreader scores particularly badly, as detailed on a page listing all of the problems. According to Open RSS, Inoreader uses multiple networks "to request feeds too frequently," does not identify itself, requests feeds from the wrong URLs and does not update feed requests.

Categories: RSS, Open RSS, Inoreader, Miniflux, RSS Readers

Wed, 09 Jul 2025 10:10:13 GMT

The RSS Blog has added a new RSS feed hosted at our domain. Copy this URL into your feed reader of choice to get our blog posts every time we update:

https://rssweblog.com/rss-feed

For most of this blog's existence we've been hosting our RSS feed at FeedBurner, the Google service that was once used for feed readership analytics and other feed enhancements. These days it only offers caching and proxy redirects. That feed will continue to work for the people who don't switch over. At one time this blog's feed had over 6,000 subscribers, according to FeedBurner.

There are still a lot of people getting that feed, which is appreciated as we resume regular posting again. Hosting the feed on this server means we'll be able to see what RSS readers and other software are requesting it, which is useful information when you're coming up with things to write about.

Categories: RSS, FeedBurner, RSS Feeds

RSS icon

Last update: Thursday, July 24, 2025 at 4:47 PM EDT

Rogers Cadenhead

HowTo: RSS Feed State

Line drawing of cowboy on horse

This blog has been published since July 1, 2004 (a span of 7,699 days).