mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
25 lines
690 B
Markdown
25 lines
690 B
Markdown
# Usage
|
|
|
|
To see a list of available commands run:
|
|
|
|
```
|
|
twitch-dl --help
|
|
```
|
|
|
|
And to see description and all arguments for a given command run:
|
|
|
|
```
|
|
twitch-dl <command> --help
|
|
```
|
|
|
|
## Commands
|
|
|
|
Click on a command to see it's documentation.
|
|
|
|
| | |
|
|
|------------------------------------- | ------------------------------- |
|
|
| [`videos`](commands/videos.html) | List videos from a channel. |
|
|
| [`clips`](commands/clips.html) | List clips from a channel. |
|
|
| [`download`](commands/download.html) | Download a video or clip. |
|
|
| [`info`](commands/info.html) | Print info for a video or clip. |
|