cannot download youtube subtitles into html format #7374

Closed
opened 2026-02-21 03:37:18 -05:00 by deekerman · 1 comment
Owner

Originally created by @vondiplo on GitHub (Apr 2, 2016).

please view the following command for download the subtitles of the this video - https://www.youtube.com/watch?v=SEyDminvr7Q:

youtube-dl https://www.youtube.com/watch?v=SEyDminvr7Q --skip-download --sub-lang=en --sub-lang=ttml --write-sub --write-auto-sub

How do I get my required format supported? Thank you

Originally created by @vondiplo on GitHub (Apr 2, 2016). please view the following command for download the subtitles of the this video - https://www.youtube.com/watch?v=SEyDminvr7Q: youtube-dl https://www.youtube.com/watch?v=SEyDminvr7Q --skip-download --sub-lang=en --sub-lang=ttml --write-sub --write-auto-sub How do I get my required format supported? Thank you
Author
Owner

@jaimeMF commented on GitHub (Apr 2, 2016):

It should be --sub-format=ttml not --sub-lang: youtube-dl 'https://www.youtube.com/watch?v=SEyDminvr7Q' --skip-download --sub-lang=en --sub-format=ttml --write-sub --write-auto-sub seems to work.

@jaimeMF commented on GitHub (Apr 2, 2016): It should be `--sub-format=ttml` not `--sub-lang`: `youtube-dl 'https://www.youtube.com/watch?v=SEyDminvr7Q' --skip-download --sub-lang=en --sub-format=ttml --write-sub --write-auto-sub` seems to work.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#7374
No description provided.