Add rate limiting to download

This commit is contained in:
Ivan Habunek
2022-08-14 11:13:11 +02:00
parent ac07006ae7
commit 721d78377e
3 changed files with 32 additions and 3 deletions

View File

@ -79,6 +79,11 @@ twitch-dl download <video> [FLAGS] [OPTIONS]
<td class="code">-o, --output</td>
<td>Output file name template. See docs for details.</td>
</tr>
<tr>
<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>
</tbody>
</table>
@ -172,4 +177,4 @@ download command:
```
twitch-dl download 221837124 --auth-token iduetx4i107rn4b9wrgctf590aiktv
```
```