6 ms·
Self-hosted Miniflux, and ReadKit on my Apple devices to access it. https://miniflux.app https://miniflux.app https://readkit.app https://readkit.app I've use
by nikdoof 2y ago
Self-hosted Miniflux, and ReadKit on my Apple devices to access it.
https://miniflux.app https://miniflux.app
https://readkit.app https://readkit.app
I've used Miniflux for a long time, and its content manipulation features allows you to work around some of the oddities of RSS feeds you come across.
- tarasglek 2y agoI love that I can pull whole articles. I wrote https://markdown.download https://markdown.download for llm use, but mostly ended up using it with miniflux to fetch full articles from problematic sites
- BOOSTERHIDROGEN 2y agoCould you please share your Miniflux configuration for fetching full articles?
- tarasglek 2y agoThere is an option in feed settings: [x] Fetch original content But most power comes from URL rewrite rules. Here is the one I use for problematic sites: rewrite("^(.+)$"|"https://markdown.download/$1 https://markdown.download/$1")
- BOOSTERHIDROGEN 2y agoHow do you have your manipulation configured on a particular website?