twitch-dl/docs/commands/info.md

44 lines
670 B
Markdown
Raw Normal View History

2022-02-23 20:54:56 +00:00
<!-- ------------------- generated docs start ------------------- -->
# twitch-dl info
Print information for a given Twitch URL, video ID or clip slug.
### USAGE
```
2024-03-26 09:05:21 +00:00
twitch-dl info [OPTIONS] ID
2022-02-23 20:54:56 +00:00
```
2024-03-26 09:05:21 +00:00
### OPTIONS
2022-02-23 20:54:56 +00:00
<table>
<tbody>
<tr>
2024-03-26 09:05:21 +00:00
<td class="code">--json</td>
<td>Print data as JSON rather than human readable text</td>
2022-02-23 20:54:56 +00:00
</tr>
</tbody>
</table>
<!-- ------------------- generated docs end ------------------- -->
### Examples
Print info about a video:
```
twitch-dl info 863849735
```
Print info about a clip:
```
twitch-dl info BusyBlushingCattleItsBoshyTime
```
Print JSON encoded info:
```
twitch-dl info BusyBlushingCattleItsBoshyTime --json
```