How can I configure local feeds? #1008
Replies: 3 comments 3 replies
-
Hi. Can you give some screenshot of what exactly happens? |
Beta Was this translation helpful? Give feedback.
-
Provide the XML feed file please
Dne po 10. 7. 2023 22:04 uživatel slalaurette ***@***.***>
napsal:
… Yes!
QuiteRSS showing the properties for the feed:
https://i.imgur.com/ZBuG5kK.jpg
Individual item open in QuiteRSS: https://i.imgur.com/1z8KqaE.jpg
RSS Guard showing the properties for the same feed:
https://i.imgur.com/LgUSihQ.jpg
Individual item (failing to) open in RSS Guard:
https://i.imgur.com/3E1k7q0.jpg
—
Reply to this email directly, view it on GitHub
<#1008 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJSPBRRX5ZJ35JIGR5QPVLXPRN4DANCNFSM6AAAAAA2DSVRIM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi. I checked your situation. In RSS Guard there are several related behaviors to your problem and they are very complex. I made some cosmetic fixes for other problems I found during trying your feed. There cannot be any universal fix to make. RSS Guard automatically tries to resolve relative URLs of articles when feed is fetched and usually it works great for feeds posted in regular online URLs. In your case you need to apply this article filter below: function filterMessage() {
msg.url = "https://www.escritores.org/" + msg.url.replace("file:///", "");
return MessageObject.Accept;
} Simply go to "Article filters" dialog, create new filter and name it and paste this code into it. Then add checkbox to your feed and clean existing articles from the feed (or remove and re-add the feed beforehand). Then it should work. |
Beta Was this translation helpful? Give feedback.
-
I have some local feeds that are in my computer in the form of .xml files. I have these after importing from QuiteRSS. They work for fetching the articles, but, when trying to open them, they don't work, because RSS Guard prepends "file:///" to the URL.
How can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions