Hacker News new | ask | show | jobs
by tarasglek 519 days ago
I love that I can pull whole articles. I wrote https://markdown.download for llm use, but mostly ended up using it with miniflux to fetch full articles from problematic sites
1 comments

Could you please share your Miniflux configuration for fetching full articles?
There 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")