YouTube Video Info
Get video details and generate content summary.
Quick Start
code
/youtube-get-info <URL>
Examples
code
/youtube-get-info https://www.youtube.com/watch?v=dQw4w9WgXcQ
How it Works
- •Execute:
{baseDir}/scripts/info.sh "<URL>" - •Parse JSON to get video metadata
- •Try to get subtitles for summarization
- •Generate summary based on subtitle content
- •If no subtitles, display video info only
Output Format
Video Info
- •Title: ...
- •Channel: ...
- •Duration: ...
- •Views: ...
- •Upload Date: ...
Content Summary
(Generated from subtitle analysis)
- •Key point 1
- •Key point 2
- •...
Notes
- •On first run, if yt-dlp or jq is not installed, it will be auto-downloaded