| Summary: | Akregator doesn't read a feed that Liferea does Fails with "invalid XML" | ||
|---|---|---|---|
| Product: | [Applications] akregator | Reporter: | Paul Hands <jphands> |
| Component: | feed parser | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 6.3.3 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Akregator and liferrea side by side | ||
|
Description
Paul Hands
2025-04-29 14:25:12 UTC
The Firefox addon "Want my RSS" also doesn't see a feed on this page. If looking at the sources, there's no link with 'type=application/rss+xml'. The only relevant indication is this: <h1 class="listing-title">News <a class="listing-title-rss-link icon i-feed" href="/feed/category/computing-news/"></a></h1> which means you can use https://www.xda-developers.com/feed/category/computing-news/ but not expect feed readers to auto-discover it. (In reply to Christophe Marin from comment #1) > The Firefox addon "Want my RSS" also doesn't see a feed on this page. If > looking at the sources, there's no link with 'type=application/rss+xml'. > > > The only relevant indication is this: > <h1 class="listing-title">News <a class="listing-title-rss-link icon i-feed" > href="/feed/category/computing-news/"></a></h1> > > which means you can use > https://www.xda-developers.com/feed/category/computing-news/ but not expect > feed readers to auto-discover it. Thanks Christophe. Using that alternate link worked. Does that mean that Liferea is doing something wrong or outside the standard when it finds a feed at the original URL? Not "something wrong", but more likely "something more than what the RSS spec contains" (https://www.rssboard.org/rss-autodiscovery) |