Skip to main content
Change anchor of the link to "Subtitle Options"
Source Link

Make sure the video you're trying to download has actual subtitles uploaded from the owner.

You can then use, for example:

youtube-dl --write-srt --sub-lang en 'http://www.youtube.com/watch?v=RHy9_RQbrnQ'

There is also an option to download the automatically generated subtitle files, using --write-auto-sub.

See the youtube-dl documentationyoutube-dl documentation.

Make sure the video you're trying to download has actual subtitles uploaded from the owner.

You can then use, for example:

youtube-dl --write-srt --sub-lang en 'http://www.youtube.com/watch?v=RHy9_RQbrnQ'

There is also an option to download the automatically generated subtitle files, using --write-auto-sub.

See the youtube-dl documentation.

Make sure the video you're trying to download has actual subtitles uploaded from the owner.

You can then use, for example:

youtube-dl --write-srt --sub-lang en 'http://www.youtube.com/watch?v=RHy9_RQbrnQ'

There is also an option to download the automatically generated subtitle files, using --write-auto-sub.

See the youtube-dl documentation.

deleted 117 characters in body
Source Link
slhck
  • 232.6k
  • 72
  • 628
  • 604

Make sure the video you're trying to download has actual subtitles uploaded from the owner.

For example, the one where it fails only offers automatic captioning, which works by analyzing the speech in the video andYou can then transcribing it on the fly:

Howeveruse, what you want is a video that has "real" captions. Those can be downloaded easily.

Forfor example:

youtube-dl --write-srt --srtsub-lang en 'http://www.youtube.com/watch?v=RHy9_RQbrnQ'

There is also an option to download the automatically generated subtitle files, using --write-auto-sub.

See the youtube-dl documentation.

Make sure the video you're trying to download has actual subtitles uploaded from the owner.

For example, the one where it fails only offers automatic captioning, which works by analyzing the speech in the video and then transcribing it on the fly:

However, what you want is a video that has "real" captions. Those can be downloaded easily.

For example:

youtube-dl --write-srt --srt-lang en 'http://www.youtube.com/watch?v=RHy9_RQbrnQ'

Make sure the video you're trying to download has actual subtitles uploaded from the owner.

You can then use, for example:

youtube-dl --write-srt --sub-lang en 'http://www.youtube.com/watch?v=RHy9_RQbrnQ'

There is also an option to download the automatically generated subtitle files, using --write-auto-sub.

See the youtube-dl documentation.

Source Link
slhck
  • 232.6k
  • 72
  • 628
  • 604

Make sure the video you're trying to download has actual subtitles uploaded from the owner.

For example, the one where it fails only offers automatic captioning, which works by analyzing the speech in the video and then transcribing it on the fly:

However, what you want is a video that has "real" captions. Those can be downloaded easily.

For example:

youtube-dl --write-srt --srt-lang en 'http://www.youtube.com/watch?v=RHy9_RQbrnQ'