Replies: 3 comments
-
I've the same problem. |
Beta Was this translation helpful? Give feedback.
-
I've been toying with trying to rewrite URLs from Reddit's RSS to a libreddit frontend and I'm similarly getting no changes even though the regex is sound and seems to meet the needs:
I'm curious if anything's changed on the backend but haven't the time or familiarity to meaningfully dive into the code. |
Beta Was this translation helpful? Give feedback.
-
I've been experimenting with URL rewrite rules as well, and it appears nonfunctional. My test RSS Feed: https://www.cvedetails.com/vulnerability-feed.php?orderby=2 I've tried My desired URL rewrite rule, by the way, is
per the documented syntax. It looks like the URLRewriteRules should be applied in See #1733. |
Beta Was this translation helpful? Give feedback.
-
On the miniflux docs for rewrite rules on the bottom is an example rule for displaying heise articles on one page. I cannot get that rule to work properly, I believe it may be due to the fact that most of the links in the heise RSS feed get a query parameter added (for tracking purposes probably). I attempted to adapt the rewrite rule but it does not work, any ideas where my error might be?
rewrite("(.*?\.html).*"|"$1?seite=all")
Beta Was this translation helpful? Give feedback.
All reactions