You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be awesome to have the possibilty to filter the rss feeds on arbitary fields.
Something like this
- type: rsstitle: Newsstyle: horizontal-cardsfeeds:
- url: https://feeds.bloomberg.com/markets/news.rsstitle: Bloombergfilters: # adding this Filter
- field: titlevalue: /Alert/i # RegEx or Just string?
- field: categoryvalue: Business
- url: https://feeds.feedburner.com/crunchyroll/rss/anime?lang=deDEtitle: Crunchyrollfilters:
- field: crunchyroll:seriesTitle # or just seriesTitle or extensions.seriesTitle ? Don't know how they get parsed by gofeedvalue: # Here the values should be combined by OR because they would never match both
- /Failure Frame/i # if matched
- Berserk of Gluttony # Exact Value
The text was updated successfully, but these errors were encountered:
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.
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: