Summary: | Error adding feed from https://www.qt.io/blog | ||
---|---|---|---|
Product: | [Applications] akregator | Reporter: | equeim |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | 6.0.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/syndication/-/commit/7e6caaabb64f74a654db722e4efaae9e43a1cbbe | Version Fixed In: | |
Sentry Crash Report: |
Description
equeim
2024-03-27 19:18:35 UTC
It's not a feed url feed url is https://www.qt.io/blog/rss.xml => not a bug. Should it work via RSS autodiscovery (https://www.rssboard.org/rss-autodiscovery)? For example adding "https://planet.gentoo.org" URL in Akregator adds RSS feed with "https://planet.gentoo.org/rss20.xml" URL. It also works for many other sites, but not for this specific URL even though its HTML does contain a "link" element. Indeed there is a problem in syndication lib. Regexp is not ok. Git commit 7e6caaabb64f74a654db722e4efaae9e43a1cbbe by Laurent Montel. Committed on 29/03/2024 at 12:26. Pushed by mlaurent into branch 'master'. Fix bug 484615: Error adding feed from https://www.qt.io/blog A +4156 -0 autotests/feeds/bug-484615.txt A +6342 -0 autotests/feeds/bug-test-gentoo.txt M +6 -0 autotests/loaderutiltest.cpp M +39 -28 src/loaderutil.cpp https://invent.kde.org/frameworks/syndication/-/commit/7e6caaabb64f74a654db722e4efaae9e43a1cbbe |