summaryrefslogtreecommitdiff
path: root/config/reddit-import.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/reddit-import.json')
-rw-r--r--config/reddit-import.json6
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"
+ }
}