[SOLVED] RSS Guard supports plugins, can scrape websites with scripts #578
Replies: 10 comments 71 replies
-
Beta Was this translation helpful? Give feedback.
-
Also internal web-browser seems to have hardcoded colors and ignore windows (contrast) theme colors entirely: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
how do I make article text in center not at right? I don't need read\importance stuff, how do I disable that panel? |
Beta Was this translation helpful? Give feedback.
-
My colors look pretty colorful for a dark theme, the blue color especially seems rather unreadable |
Beta Was this translation helpful? Give feedback.
-
I tried one of the examples I wish it was something simple here to parse websites into RSS, like feed-me-up-scotty https://feed-me-up-scotty.vincenttunru.com/ (maybe you could incorporate that script into RSSguard? the source is on the gitlab) , there I just had to specify a CSS selector where all the needed
Output: https://github.com/Owyn/feeds/blob/gh-pages/EvilGod.xml how do I do the same here? examples seem to be very lacking for practical use... |
Beta Was this translation helpful? Give feedback.
-
about the main theme of the topic again -
but can it use compiled executables instead of scripts? cuz scripts can be compiled, or just some non-scripting language compiled. and also compiled scripts'd be faster than non-compiled ones, and users wouldn't need to install any development environment like scripting languages onto their PC |
Beta Was this translation helpful? Give feedback.
-
That's a problem, since # sign is used for Id CSS selectors 😢 so I can't pass CSS selectors as arguments now when I'm pretty much done with my python script analogue of feed-me-up why not just us and 2nd) - does the json format RSSguard uses for feed supports baseUrl? if links \ favicons are relative (especially favicons, cuz most has relative links) if it's a post-proccess script and it gets no url at all, so RSSguard should provide the baseUrl itself then... cuz now relative links in json don't work |
Beta Was this translation helpful? Give feedback.
-
Here, I made this for RSSGuard: https://github.com/Owyn/CSS2RSS |
Beta Was this translation helpful? Give feedback.
-
@Owyn
Saw your ticket on quiterss repo. I would like to inform you that RSS Guard does support those features you requested for quiterss. Documentation:
https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#scrap
https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#fltr
Beta Was this translation helpful? Give feedback.
All reactions