docs(readme): add uploadDateFilter parameter to search tool

This commit is contained in:
kevinwatt 2025-12-25 03:19:54 +08:00
parent af0137b2bd
commit 5e098dfaf1

View File

@ -222,8 +222,9 @@ All tools are prefixed with `ytdlp_` to avoid naming conflicts with other MCP se
<td><code>ytdlp_search_videos</code></td>
<td>
Search YouTube with pagination support
- **Parameters**: `query`, `maxResults`, `offset`, `response_format`
Search YouTube with pagination and date filtering support
- **Parameters**: `query`, `maxResults`, `offset`, `response_format`, `uploadDateFilter`
- **Date Filter**: `hour`, `today`, `week`, `month`, `year` (optional)
- **Returns**: Video list with titles, channels, durations, URLs
- **Supports**: JSON and Markdown formats