YouTube Subtitle Downloader — yt-dlp Command Generator
Build a yt-dlp command that saves subtitles as .srt without downloading the video.
Subtitles without the video
Simulate mode does everything except write the video file, so you keep the subtitles and skip the download. Converting to SRT needs ffmpeg.
If nothing appears, the video most likely has no human-written subtitles — auto-generated captions are a separate switch, and without it yt-dlp finds nothing and says nothing.
Frequently asked questions
› How do I download subtitles without the video?
Choose the .srt option and turn on simulate, which skips writing the video file while still saving the subtitles.
› Why did no subtitle file appear?
The video probably has no human subtitles. Turn on auto-generated subtitles to get the machine-made ones.
› How do I pick subtitle languages?
Comma-separate them, for example en,vi. Use all for everything available, or a pattern like en.* for every English variant.
› Can I get SRT instead of VTT?
Yes — the .srt option converts them, which needs ffmpeg.