0

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 https://www.youtube.com/c/UpgradedYouPodcastLakatosPéter/videos --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

1 Answer 1

2

You need to use

--match-filter requested_subtitles

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .