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: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,14 @@ These are optional flags that affect how the program works.
75
75
-`-v`, `--verbose`: Increases output, useful for debugging and reporting issues
76
76
-`-V`, `--version`: Print version information [does not require `<TYPE>` or `<INPUT>`]
77
77
78
+
These optional flags allow commands to be ran after each stage with variables wrapped in curly braces subtituted in.
79
+
Supported variables are `{id}`, `{chat_ext}`, and `{video_title}`. Double curly braces for literals, e.g., `{{var}}` → `"{var}"`.
80
+
-`-1`, `--post-json <SHELL_COMMAND>`: Runs after the json is downloaded
81
+
-`-2`, `--post-thumbnail <SHELL_COMMAND>`: Runs after the thumbnail is downloaded
82
+
-`-3`, `--post-chat <SHELL_COMMAND>`: Runs after the chat is downloaded
83
+
-`-4`, `--post-chat-process <SHELL_COMMAND>`: Runs after the chat is processed
84
+
-`-5`, `--post-video <SHELL_COMMAND>`: Runs after the video is downloaded
85
+
78
86
These optional flags are only used when downloading Twitch Clips with both `--clips` and `--channel` options.
79
87
-`-i <DURATION>`, `--interval <DURATION>`: Time interval to search for clips from a channel, shorter intervals will take longer but produce more complete results [default: `1hour`]
80
88
-`-r <DURATION>`, `--range <DURATION>`: How long ago to start searching for clips [default: `1week`]
0 commit comments