From faf43ba175a747644578f4f1ce02c38e87d23d34 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 3 Sep 2023 12:39:29 +0300 Subject: Fix ConcatPlugin --- Aggrofile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Aggrofile') diff --git a/Aggrofile b/Aggrofile index b56aba0..1b8e4ca 100644 --- a/Aggrofile +++ b/Aggrofile @@ -11,6 +11,9 @@ "schedule_expr": "schedule.every(10).seconds", "feed_url": "https://feeds.feedburner.com/mariusschulz" }, + "concat": { + "plugin": "ConcatPlugin" + }, "title_filter": { "plugin": "FilterPlugin", "filter_expr": "'TypeScript' in item.title" @@ -24,9 +27,12 @@ }, "graph": { "juusomikkonen_blog_rss": [ - "title_filter" + "concat" ], "mariusschulz_blog_atom": [ + "concat" + ], + "concat": [ "title_filter" ], "title_filter": [ -- cgit v1.3