diff options
author | emkael <emkael@tlen.pl> | 2016-02-19 13:30:20 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-02-19 13:55:06 +0100 |
commit | 7a384588d8cf273ec078d3370eebc4087eb92d75 (patch) | |
tree | 5da331075a837d28753c9cd6517ca45fad9035d0 /conf | |
parent | 53078b3f387216b21bf8ab27636511f4373dc9f6 (diff) |
* calendar import script (from reddit markdown)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/reddit-import.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/reddit-import.json b/conf/reddit-import.json new file mode 100644 index 0000000..4101f80 --- /dev/null +++ b/conf/reddit-import.json @@ -0,0 +1,6 @@ +{ + "cache": "cache/list.md", + "cache_time": 86400, + "reddit_url": "https://www.reddit.com/r/MotorsportsCalendar/comments/45uv93/2016_calendar_list.json", + "user_agent": "/u/emkael" +} |