youtube-dl-wpf
youtube-dl-wpf copied to clipboard
Checking Default and Auto-generated doesn't download both types of subtitltes.
Description: If I check both "Default" and "Auto-generated" subtitles in the subtitles section of the GUI then the default subtitle published by the creator of the video and auto generated subtitles which is generated by YouTube both should be downloaded but only the auto generated one is downloaded.
Issue: Only the auto generated subtitle is downloaded, the default one published by the creator of the video is not downloaded.
Expected result: Both types of subtitles should be downloaded and embedded into the video file.
Back when I implemented the feature, I opened yt-dlp/yt-dlp#826 after reading through yt-dlp/yt-dlp#630. But it looks like I forgot to implement a workaround based on https://github.com/yt-dlp/yt-dlp/issues/630#issuecomment-893659460. I'll get to it as soon as I can.
For now, you can add --write-subs --compat-options no-keep-subs to custom arguments as a workaround.
@database64128 thanks a lot, really appreciate your work.
it shows as error: yt-dlp.exe: error: no such option: --write-subs --compat-options no-keep-subs
i trid adding a - between options and no and also tried putting them in separate arguments box thing, all shows error.
also tried putting them in separate arguments box thing, all shows error.
Make sure there are no leading or trailing spaces.
Please don't edit new questions into existing comments. Editing won't send email notifications, so you won't get a response in time. Always post new comments for new questions.
With d93de77578a732c872818c2b01a7a2bd81cba4ab, all downloaded subtitles will now be embedded into the video file and deleted afterwards. You can test it by downloading the latest build from https://github.com/database64128/youtube-dl-wpf/actions/runs/17951234641.
v1.13.0 is out with the change.