rdelaage

Results 39 comments of rdelaage

The rewrite rules are in `reader/rewrite/rewriter.go` and `https://github.com/miniflux/v2/blob/master/reader/rewrite/rewrite_functions.go`. You may want to use `goquery` for this. I think a generic filter would be better to be adapted to other feeds....

This feature would be a little out of score but this is not a huge feature visible in the user interface so I think this is OK

Hi, I am using `docker-compose exec db pg_dumpall -U miniflux` in a crontab to dump the database (with other commands to compress and add the date like you).

@kaji-ryoji Could you try something like `cat backup.psql | docker exec -i miniflux-db psql -U miniflux miniflux` ?

No problem here. What version do you use ? Could you give steps to reproduce ?

Did you try to change the used user agent in tour feed settings ?

I just tried to change the user agent with curl with the one in your example, it didn't work. But it worked with wget. I use HTTP 1.1 and the...

I would love to see this feature in Miniflux :)

In that case, adding the rewrite rule `replace("

This is not common, but not a feed problem, this totally is legit. That being said, I think the workaround using the rewrite rule is ok to solve this issue.