Update docs and changelog

This commit is contained in:
Ivan Habunek
2024-03-29 08:43:53 +01:00
parent 7cc67133f5
commit 8a097f5f93
8 changed files with 46 additions and 8 deletions

View File

@ -26,6 +26,11 @@ twitch-dl download [OPTIONS] [IDS]...
<td>Download a single chapter of the video. Specify the chapter number or use the flag without a number to display a chapter select prompt.</td>
</tr>
<tr>
<td class="code">--concat</td>
<td>Do not use ffmpeg to join files, concat them instead</td>
</tr>
<tr>
<td class="code">-d, --dry-run</td>
<td>Simulate the download provcess without actually downloading any files.</td>
@ -38,7 +43,7 @@ twitch-dl download [OPTIONS] [IDS]...
<tr>
<td class="code">-f, --format TEXT</td>
<td>Video format to convert into, passed to ffmpeg as the target file extension. [default: <code>mkv</code>]</td>
<td>Video format to convert into, passed to ffmpeg as the target file extension. Defaults to <code>mkv</code>. If <code>--concat</code> is passed, defaults to <code>ts</code>.</td>
</tr>
<tr>