Update changelog and docs

This commit is contained in:
Ivan Habunek 2022-11-20 10:46:39 +01:00
parent 32cb9b6602
commit 523f6449c3
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
4 changed files with 21 additions and 0 deletions

View File

@ -3,6 +3,11 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [2.1.0 (2022-11-20)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.0)
* Add chapter list to `info` command
* Add `--chapter` option to `download` command for downloading a single chapter
### [2.0.1 (2022-09-09)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.1)
* Fix an issue where a temp vod file would be renamed while still being open,

View File

@ -1,3 +1,9 @@
2.1.0:
date: 2022-11-20
changes:
- "Add chapter list to `info` command"
- "Add `--chapter` option to `download` command for downloading a single chapter"
2.0.1:
date: 2022-09-09
changes:

View File

@ -3,6 +3,11 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [2.1.0 (2022-11-20)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.0)
* Add chapter list to `info` command
* Add `--chapter` option to `download` command for downloading a single chapter
### [2.0.1 (2022-09-09)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.1)
* Fix an issue where a temp vod file would be renamed while still being open,

View File

@ -84,6 +84,11 @@ twitch-dl download <videos> [FLAGS] [OPTIONS]
<td class="code">-r, --rate-limit</td>
<td>Limit the maximum download speed in bytes per second. Use &#x27;k&#x27; and &#x27;m&#x27; suffixes for kbps and mbps.</td>
</tr>
<tr>
<td class="code">-c, --chapter</td>
<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>
</tbody>
</table>