Celeb Glow
general | March 10, 2026

How to download videos that have subtitles using youtube-dl "yt-dlp"?

I have the following command which tries to download videos that only have subtitles and ignore everything else. However, this command doesn't filter it out and downloads them anyway.

Any idea why?

yt-dlp --match-filter subtitles --min-sleep-interval 4 --max-sleep-interval 6 --audio-multistreams --write-auto-subs --extract-audio --audio-format wav -o "%(title)s.%(ext)s" --restrict-filenames --sub-langs hu-hu,-live_chat
Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy