I have to embed both auto-generated subs and english subs in my videos. so I am using this options in my config.
--write-auto-subs --sub-langs=en,en* --embed-subs
without `--write-auto-subs` it works fine but when I use that option it doesn't downloads any subs at all. it says "There's no subtitles for the requested languages"
even though it downloads the english subtitles from the same video if I remove the first option from my config file.
How can I embed both auto-generated subtitles and the language subtitle(made by the uploader of the video) on my downloaded video.