rss-bridge
rss-bridge copied to clipboard
New bridge: FilterMore
this bridge allows the user to have a filtered version of a feed.
it is quite advanced: offers regexp filtering, sorting, limiting...
I used it when I wanted to follow a websites including events. They had no way to filter based on city, but they were specifying that in the title, so I could use this bridge to get what I wanted.
The has_media
field is particularly useful for podcasts: sometimes I want to just play the first audio in a feed. With this, I can :
- filter
has_media
-
limit=1
which gives me exactly what I wanted.
Pull request artifacts
Bridge | Context | Status |
---|---|---|
FilterMore | 1 untitled (pr) | ❌ Bridge returned error 404! (19832) ❌ Type: HttpException ❌ Message: https://example.com/feed/ resulted in 404 Not Found <!doctype html> |
last change: Friday 2024-04-19 10:54:12
we already have FilterBridge
which i hope you have taken a look at.
need more time and community feedback on whether to include this bridge.
we already have
FilterBridge
which i hope you have taken a look at.
yes, I know that and have used it. I think that FilterMore
is far more advanced, but I can see how having duplicates is not great for the project.
yes FilterMore
I like the name and its features. also FilterLess
is a good name :D
if okay i would like wait for community feedback from other users.