Ticket #371 (feature)
Opened 5 years ago
specify filter in Subscription
Status: new
| Reported by: | miyagawa | Assigned to: | miyagawa |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Plagger | Version: | |
| Keywords: | Cc: | ||
It'd be nice if users can install the filter in Subscription, like:
- module: Subscription::Config
config:
feed:
- url: http://example.com/rss
filter: $args->{entry}->title =~ /Foo/
- url: http://example.com/foo
filter: $args->{entry}->has_tag("foo")
and localize those filters in Filter::Rule.
