From bc1e5d69f62c4a1d29ae6ac28a1d7dcb4b9f1a87 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 9 May 2016 12:38:26 +0200 Subject: * calendar category correction mapping for import script --- config/reddit-import.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/reddit-import.json b/config/reddit-import.json index f15bd77..0f72515 100644 --- a/config/reddit-import.json +++ b/config/reddit-import.json @@ -2,5 +2,9 @@ "cache": "cache/list.md", "cache_time": 86400, "reddit_url": "https://www.reddit.com/r/MotorsportsCalendar/wiki/index.json", - "user_agent": "/u/emkael" + "user_agent": "/u/emkael", + "category_mapping": { + "GT": "Grand Touring", + "Touring": "Touring Car" + } } -- cgit v1.2.3