-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Rss Feed Filter #191
Comments
Hey, thanks for the idea! I've actually been thinking about this exact same thing for the last week or so. 😅 Not sure if regular expressions are the way to go or something more advanced like expr-lang/expr which would give a ton more flexibility in what you can do. |
That expr-lang/expr looks way better than what I had on my mind. - type: rss
title: News
style: horizontal-cards
feeds:
- url: https://feeds.bloomberg.com/markets/news.rss
title: Bloomberg
filter: "{.title matches 'Alert' or .category == 'Business'}"
- url: https://feeds.feedburner.com/crunchyroll/rss/anime?lang=deDE
title: Crunchyroll
filter: "{lower(.title) matches 'failure frame' or .title in ['Berserk of Gluttony'])}" # Not sure on quotes ^^
|
Also could the Because the cruchyroll example packs a lot of info into their own fields and they would be really helpful for filtering |
Would be awesome to have the possibilty to filter the rss feeds on arbitary fields.
Something like this
The text was updated successfully, but these errors were encountered: