How to Chat with a YouTube Video
Daneel automatically extracts transcripts from YouTube videos, letting you ask questions about video content the same way you chat with any other page.
- Navigate to any YouTube video in Chrome.
- Open the Daneel chat panel (sparkles icon on the launcher).
- Daneel detects the YouTube URL and extracts the transcript automatically.
- Ask a question about the video:
What are the three main points discussed in this talk?
The AI receives the full transcript with timestamps and responds based on the video content.
How it works
Section titled “How it works”Daneel extracts transcripts via YouTube’s InnerTube API:
- Detects
youtube.com/watch,youtu.be, orm.youtube.com/watchURLs - Parses video metadata (title, channel, duration)
- Fetches caption tracks — preferring manual captions over auto-generated ones
- Merges short fragments into natural sentences with timestamps
- Formats everything as Markdown:
# Video Title**Channel**: Creator Name · **Duration**: 12:34 · **Language**: English
## Transcript[0:00] First sentence of the video...[0:15] Second sentence continues here...Supported videos
Section titled “Supported videos”- Any video with captions (manual or auto-generated)
- Any language with available caption tracks
- Daneel prefers: manual English > any manual > auto-generated English > first available
Videos without any captions will fall back to the visible page content (title, description).
Next steps
Section titled “Next steps”- Your First Page Chat covers the general page chat flow
- Read about how RAG works for the pipeline behind content extraction