What problem does it solve?
This Skill enables downloading video and audio content from YouTube and other yt-dlp-supported sites, along with extracting clean, paragraph-style transcripts for easy review and note-taking.
Core Features & Use Cases
- Download videos, audio, and subtitles with sensible defaults and flexible output paths.
- Generate coherent, paragraph-style transcripts from available transcripts or subtitles, with optional timestamps.
- Use cases include saving lecture clips, creating accessible transcripts, and rapid content sourcing for research or content creation.
Quick Start
Use the video-transcript-downloader skill to fetch transcripts and media from a sample URL:
- Transcript: ./scripts/vtd.js transcript --url 'https://…' --lang en
- Transcript with timestamps: ./scripts/vtd.js transcript --url 'https://…' --lang en --timestamps
- Download video: ./scripts/vtd.js download --url 'https://…' --output-dir ~/Downloads
- Extract audio: ./scripts/vtd.js audio --url 'https://…' --output-dir ~/Downloads
- Get subtitles: ./scripts/vtd.js subs --url 'https://…' --lang en --output-dir ~/Downloads
- List formats: ./scripts/vtd.js formats --url 'https://…'