YouTube Search
Search YouTube videos and list results.
Quick Start
code
/youtube-search <query> [count]
Examples
- •
/youtube-search AI tutorial - •
/youtube-search "machine learning" 10
How it Works
- •Execute:
{baseDir}/scripts/search.sh "<query>" <count> - •Parse JSON output
- •Display results in table format
Output Format
| # | Title | Duration | Views | URL |
|---|---|---|---|---|
| 1 | ... | 10:23 | 1.2M | https://... |
Notes
- •Default result limit: 5 videos
- •On first run, if yt-dlp or jq is not installed, it will be auto-downloaded