File tree Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ twitch-dl changelog
3
3
4
4
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
5
5
6
+ ### [ 3.1.0 (2025-05-16)] ( https://github.com/ihabunek/twitch-dl/releases/tag/3.1.0 )
7
+
8
+ * ** BREAKING** Running ` chat --json ` will output to file instead of printing
9
+ JSON to screen
10
+ * Use video creation date instead of publishing date because the latter can be
11
+ blank in some cases (#183 )
12
+ * Don't break if chapters failed to load, print warning and continue without
13
+ chapter info
14
+
6
15
### [ 3.0.0 (2025-04-12)] ( https://github.com/ihabunek/twitch-dl/releases/tag/3.0.0 )
7
16
8
17
* Add ability to download sub-only videos without authentication (thanks to
Original file line number Diff line number Diff line change
1
+ 3.1.0 :
2
+ date : 2025-05-16
3
+ changes :
4
+ - " **BREAKING** Running `chat --json` will output to file instead of printing JSON to screen"
5
+ - " Use video creation date instead of publishing date because the latter can be blank in some cases (#183)"
6
+ - " Don't break if chapters failed to load, print warning and continue without chapter info"
7
+
1
8
3.0.0 :
2
9
date : 2025-04-12
3
10
changes :
Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ twitch-dl changelog
3
3
4
4
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
5
5
6
+ ### [ 3.1.0 (2025-05-16)] ( https://github.com/ihabunek/twitch-dl/releases/tag/3.1.0 )
7
+
8
+ * ** BREAKING** Running ` chat --json ` will output to file instead of printing
9
+ JSON to screen
10
+ * Use video creation date instead of publishing date because the latter can be
11
+ blank in some cases (#183 )
12
+ * Don't break if chapters failed to load, print warning and continue without
13
+ chapter info
14
+
6
15
### [ 3.0.0 (2025-04-12)] ( https://github.com/ihabunek/twitch-dl/releases/tag/3.0.0 )
7
16
8
17
* Add ability to download sub-only videos without authentication (thanks to
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ twitch-dl chat [OPTIONS] ID
47
47
48
48
<tr >
49
49
<td class="code">-o, --output TEXT</td>
50
- <td>Output file name template. See docs for details. [default: <code>chat_{id}.{format}</code>]</td>
50
+ <td>Output file name template. See docs for details. [default: <code>chat_{id}_{title_slug} .{format}</code>]</td>
51
51
</tr >
52
52
53
53
<tr >
You can’t perform that action at this time.
0 commit comments