rss-funnel
rss-funnel copied to clipboard
An RSS multi-tool
You could add the icon variable In the configuration file, currently there is the title, description even the RSS type but when you subscribe to a Feed generated with the...
1. Blocking on fetch: rss-funnel is essentially a reverse proxy. There is little we can do to make the upstream respond faster. But we can certainly further avoid blocking the...
It would be easier for debugging as one doesn't have to constantly look at the console output.
It would be nice to offer a demo where we replace all process `img[src]` with an image proxy prefix.
Currently, RSS-Funnel fails with the error `Reqwest client error: error sending request for url (https://bridge.easter.fer/?action=display&bridge=FirefoxReleaseNotesBridge&platform=beta&format=Atom)` if one of the requested feeds encounters an error. This causes the entire operation to...
I don't know what's happening, but when I merge some Google News RSS feeds, it gives an error. Here are some of them: - https://news.google.com/rss/search?q=site:genbeta.com&hl=es&gl=ES&ceid=ES:es - https://news.google.com/rss/search?q=site:elandroidefeliz.com&hl=es&gl=ES&ceid=ES:es - https://news.google.com/rss/search?q=site:xatakamovil.com&hl=es&gl=ES&ceid=ES:es -...
Previously, I only add filter when a reasonable feature is not possible to accomplish. Later from the feedback I decided some filters are good to have if they simplify a...
Could you add an option to translate the feed to a different language using an external application?
For endpoints with unspecified source (aka dynamic source), the filters usually only apply to a set of similar webpages (e.g. an endpoint that works for any youtube channel). However, we...
Currently, the config file is automatically reload through the watcher implementation. However, in certain types of deployments, changes to the config file is not always detected using the watcher. In...