Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply rewrite rules to past feed entries #2572

Open
tarasglek opened this issue Mar 27, 2024 · 0 comments
Open

Apply rewrite rules to past feed entries #2572

tarasglek opened this issue Mar 27, 2024 · 0 comments

Comments

@tarasglek
Copy link

I use url rewriting a lot with my https://markdown.download/ service to simplify fetched content for improving "fetch original" content option.

I apply it via rewrite("^(.+)$"|"https://markdown.download/$1")

However usually my process is that I add a feed, then I notice it only returns partial results, then I go ask for fetch original content, then I see that I need to apply my markdown simplifier. Then I add it and now I have to go manually click download on already-processed entries.

Is there a better workflow, or can this be added via [x] apply rules to unread entries, [x] apply rules to all entries?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants