Fetch YouTube Videos
fetch_videosRetrieve video metadata from YouTube playlists or channels, including IDs, titles, durations, upload dates, and URLs. Specify a playlist URL, channel URL, or handle with an optional limit.
Instructions
List videos from a YouTube playlist or channel. Returns video IDs, titles, durations, upload dates, and URLs. Sorted by playlist or channel order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube playlist URL, channel URL, or channel handle (e.g., https://www.youtube.com/@channel) | |
| limit | No | Maximum number of videos to return (1-100, default: 20) |