aboutsummaryrefslogtreecommitdiffstats
path: root/Aggrofile
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-09-02 00:38:23 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-09-10 19:01:00 +0300
commit52418884284b5bf0919c48cf4b02c3bd23dc9e97 (patch)
tree932b30bce805c5602c7cf49c1a8ffef05d8f6a18 /Aggrofile
parent398799de0c1826c3544eb6eec681fa48096932a0 (diff)
Do stuff
Diffstat (limited to 'Aggrofile')
-rw-r--r--Aggrofile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Aggrofile b/Aggrofile
index cd6b539..429d214 100644
--- a/Aggrofile
+++ b/Aggrofile
@@ -9,12 +9,20 @@
"title_filter": {
"plugin": "FilterPlugin",
"trigger_type": "input_change",
- "filter_expr": "'Guarding against any-typed values in TypeScript' in item.title"
+ "filter_expr": "'TypeScript' in item.title"
+ },
+ "output_feed": {
+ "plugin": "FeedSinkPlugin",
+ "trigger_type": "input_change",
+ "feed_name": "test_feed"
}
},
"graph": {
"juusomikkonen_blog_rss": [
"title_filter"
+ ],
+ "title_filter": [
+ "output_feed"
]
}
} \ No newline at end of file