You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Atom parsing is hard-coded. PubSubHubBub/OStatus (including major implementor status.net) support RSS as well (with the right s etc namespaced in of course). Would be nice to support that here, should not be too hard (just need a couple of | in the xpath)
The text was updated successfully, but these errors were encountered:
RSS is now supported theoretically by looking for application/rss+xml links, but I ran into a case where trying to parse rss using ratom; I get XML document was missing atom:feed. This is likely an ratom bug...
Currently Atom parsing is hard-coded. PubSubHubBub/OStatus (including major implementor status.net) support RSS as well (with the right s etc namespaced in of course). Would be nice to support that here, should not be too hard (just need a couple of | in the xpath)
The text was updated successfully, but these errors were encountered: