-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathuser_config_DEFAULT.json
38 lines (38 loc) · 1.02 KB
/
user_config_DEFAULT.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"testingMode": false,
"testingModeOptions": {
"subredditList": ["AskReddit","pics"],
"numberOfPosts": 25,
"sorting": "new",
"time": "month",
"repeatForever": true,
"timeBetweenRuns": 30000
},
"download_post_list_options": {
"enabled": false,
"repeatForever": false,
"timeBetweenRuns": 3000
},
"local_logs": true,
"local_logs_naming_scheme": {
"showDateAndTime": true,
"showSubreddits": true,
"showNumberOfPosts": true
},
"file_naming_scheme": {
"showDateAndTime": true,
"showAuthor": true,
"showTitle": true,
"showScore": true,
"showSubreddit": true
},
"download_self_posts": true,
"download_media_posts": true,
"download_link_posts": true,
"download_gallery_posts": true,
"download_youtube_videos_experimental": false,
"download_comments": true,
"separate_clean_nsfw": false,
"redownload_posts": false,
"detailed_logs": false
}