File tree 1 file changed +17
-13
lines changed
1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 27
27
# Formatters export the JSON output to a different format
28
28
# To enable a formatter, uncomment it along with all of its options
29
29
# If no formatters are enabled, only JSON files are produced
30
- formatters :
31
- # plaintext:
30
+ formatters : {
31
+ # plaintext: {
32
32
# date_format: '%Y-%m-%d %H:%M:%S'
33
- # bare:
34
- # pisg:
35
- # html:
36
- # paginate: 1500 # messages per page
37
- # use_utc_time: false
38
- # timestamps_every: 50 # messages
33
+ # },
34
+ # bare: {},
35
+ # pisg: {},
36
+ # html: {
37
+ # paginate: 1500, # messages per page
38
+ # use_utc_time: false,
39
+ # timestamps_every: 50, # messages
40
+ # },
41
+ }
39
42
40
43
# Target directory for the backup files
41
44
# It his is a relative path it will be relative to the script's directory
47
50
# At the time of writing, telegram-cli does not properly detect audio/video
48
51
# These will be recognized as documents instead
49
52
# Stickers are also considered documents
50
- download_media :
51
- photo : false
52
- document : false
53
- audio : false
54
- video : false
53
+ download_media : {
54
+ photo : false,
55
+ document : false,
56
+ audio : false,
57
+ video : false,
58
+ }
55
59
56
60
# False to reference downloaded files in the telegram-cli cache
57
61
# True to copy downloaded media to a dedicated directory per dialog
You can’t perform that action at this time.
0 commit comments