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
The parser would adhere to the HTTP specification and follow the redirect on to the HTML page, which fails to get parsed because it isn't an RSS feed. So it's not a miniflux bug.
I'd try to find some proxy that ignores location redirects, alternatively you could scrape the RSS with curl from a github action, republish it on pages and parse that feed instead. Regardless that's someting for the discussions section rather than an issue.
I'm trying to add https://www.ap.org/feed/ as a feed, but I get this error:
Unable to parse this feed: parser: unable to detect feed format.
If I run
curl https://www.ap.org/feed/
I see a normal RSS feed.They do respond with a 301, even though the RSS is included. The 301 goes to a html page.
The text was updated successfully, but these errors were encountered: