Download subtitle/transcript (youtube)
How to download transcript from youtube video - chatgpt
see also
- YouTube Transcript (online) - works well - no duplicate - text <-> video cross linked
- YouTube Transcript API
Using yt-dlp, prefer srt1
$ yt-dlp --write-auto-sub --sub-lang en --skip-download VIDEO_URL # without video
$ yt-dlp --write-sub --sub-lang en --skip-download VIDEO_URL # for manual subtitle
$ yt-dlp --write-auto-sub --sub-lang en --convert-subs srt --skip-download VIDEO_URL # convert to SRT
And then convert to text.
Written on January 12, 2025, Last update on
youtube