add atom.xml automatically when a new feed is added
Sometimes, when adding a feed, an error occurs.
For example, when trying to add https://meshtastic.org/blog/, I get the following message:
cURL error 3: URL using bad/illegal format or missing URL (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for /blog/rss.xml
Please check your data/nextcloud.log file for additional information!
However, when I append "atom.xml" to the URL, it works! (https://meshtastic.org/blog/atom.xml)
Would it be possible to handle this automatically?
Thanks for your work! 😊
Nextcloud: 30.0.1 News app: 25.3.0
[x ] I have read the CONTRIBUTING.md and followed the provided tips [ x] I accept that the issue will be closed without comment if I do not check here [ x] I accept that the issue will be closed without comment if I do not fill out all items in the issue template.
Do you have "auto-discover feed" turned off? Because it would do exactly that.
No, "auto-discover feed" on.
This is a problem with relative links not working with feedio (#1385)
This seems to be fixed with the new beta release 26.1.0-beta.1 since it includes a new version of feed-io 5.3 that includes the fixes for relative links.
Feedback welcome 😊