List video categories.
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: videoCategory-list
description: List video categories.
---
# VideoCategory List
This skill provides instructions for listing YouTube video categories using the `yutu` CLI.
## Usage
```bash
yutu videoCategory list [flags]
```
## Options
- `--regionCode`, `-r`: Region code (default "US").
- `--ids`, `-i`: IDs of the video categories.
- `--hl`, `-l`: Host language.
- `--output`, `-o`: Output format (`json`, `yaml`, `table`). Default: `table`.
- `--parts`, `-p`: Comma separated parts (default `[id,snippet]`).
- `--jsonpath`, `-j`: JSONPath expression to filter the output.
## Examples
**List video categories for US:**
```bash
yutu videoCategory list --regionCode US
```
No comments yet. Be the first to comment!