Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot download youtube subtitles into html format #9061

Closed
vondiplo opened this issue Apr 2, 2016 · 1 comment
Closed

cannot download youtube subtitles into html format #9061

vondiplo opened this issue Apr 2, 2016 · 1 comment

Comments

@vondiplo
Copy link

@vondiplo vondiplo commented 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

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented 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 jaimeMF closed this Apr 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.