From 52418884284b5bf0919c48cf4b02c3bd23dc9e97 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 2 Sep 2023 00:38:23 +0300 Subject: Do stuff --- Aggrofile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Aggrofile') 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 -- cgit v1.3