This commit is contained in:
Thomas G. Lopes
2026-02-24 16:54:28 +00:00
parent 7a4870294b
commit 7edfb90d5f
21 changed files with 4491 additions and 0 deletions
@@ -0,0 +1,41 @@
---
name: youtube-transcript
description: Fetch transcripts from YouTube videos for summarization and analysis.
---
# YouTube Transcript
Fetch transcripts from YouTube videos.
## Setup
```bash
cd {baseDir}
npm install
```
## Usage
```bash
{baseDir}/transcript.js <video-id-or-url>
```
Accepts video ID or full URL:
- `EBw7gsDPAYQ`
- `https://www.youtube.com/watch?v=EBw7gsDPAYQ`
- `https://youtu.be/EBw7gsDPAYQ`
## Output
Timestamped transcript entries:
```
[0:00] All right. So, I got this UniFi Theta
[0:15] I took the camera out, painted it
[1:23] And here's the final result
```
## Notes
- Requires the video to have captions/transcripts available
- Works with auto-generated and manual transcripts