diff options
author | emkael <emkael@tlen.pl> | 2016-05-09 12:38:26 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-09 12:38:26 +0200 |
commit | bc1e5d69f62c4a1d29ae6ac28a1d7dcb4b9f1a87 (patch) | |
tree | 477180c46aee865478806f7d494053b3a70ce1a4 /config | |
parent | 6aa0798a84f164425def56d4bff3c8928895362b (diff) |
* calendar category correction mapping for import script
Diffstat (limited to 'config')
-rw-r--r-- | config/reddit-import.json | 6 |
1 files changed, 5 insertions, 1 deletions
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" + } } |