Ytdlp Get Metadata
ytdlp_get_metadataRetrieve structured metadata from media URLs to inspect title, duration, uploader, formats, and subtitles without downloading files.
Instructions
Extract structured metadata for a media URL without downloading files using yt-dlp --dump-json. Use to inspect title, duration, uploader, formats, subtitles, thumbnails, and selected best format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| auth | No | ||
| limit | No | ||
| offset | No | ||
| network | No | ||
| flatPlaylist | No | ||
| responseFormat | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No |