You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: TwitchDownloaderCLI/Options.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ class Options
34
34
publicintDownloadThreads{get;set;}
35
35
[Option("oauth",HelpText="OAuth to be passed when downloading a VOD.")]
36
36
publicstringOauth{get;set;}
37
-
[Option("timestamp",HelpText="Enable timestamp for chat download in .txt format or chat render.")]
37
+
[Option("timestamp",HelpText="Enable timestamp in chat render.")]
38
38
publicboolTimestamp{get;set;}
39
-
[Option("timestamp-format",HelpText="Sets the timestamp format for .txt chat logs. Valid values are Utc, Relative, and None")]
39
+
[Option("timestamp-format",HelpText="Sets the timestamp format for .txt chat logs. Valid values are Utc, Relative, and None",Default=TimestampFormat.None)]
40
40
publicTimestampFormatTimeFormat{get;set;}
41
41
[Option("embed-emotes",HelpText="Embed emotes into chat download.")]
Copy file name to clipboardexpand all lines: TwitchDownloaderCLI/README.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,6 @@ Time in seconds to crop beginning. For example if I wanted a 10 second stream bu
61
61
**-e/-\-ending**
62
62
Time in seconds to crop ending. For example if I wanted a 10 second stream but only wanted the first 4 seconds of it I would use -e 4 remove the last 6 seconds of it.
63
63
64
-
**-\-timestamp**
65
-
If downloading to a text file, will add timestamps before each message.
66
-
67
64
**-\-timestamp-format**
68
65
Sets the timestamp format for .txt chat logs. Valid values are Utc, Relative, and None.
0 commit comments