How to download videos from YouTube with subtitles?

Jack

How do I download videos from YouTube with subtitles / captions?

I'd tried by using youtube-dl, with --write-srt --str-lang flags but I always get:

WARNING: video has no closed captions.

slhck

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.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to download only subtitles of videos using youtube-dl

From Dev

download videos from youtube

From Dev

How to download tricky subtitles with youtube-dl?

From Dev

How to download newly uploaded videos from a youtube channel?

From Dev

youtube-dl - download video from YouTube with subtitles - Tutorial

From Dev

How to download YouTube videos via HTTPS

From Dev

How can I download YouTube videos with their description?

From Dev

How can i download youtube videos one after another automatically from terminal

From Dev

How to download flash (streaming) videos from sites like youtube, dailymotion, vimeo, etc.?

From Dev

How to download flash (streaming) videos from sites like youtube, dailymotion, vimeo, etc.?

From Dev

How can I download an entire playlist from youtube even it exceeds 25 videos?

From Dev

How to play youtube videos in a native player and also how to download youtube videos

From Dev

Use youtube-dl to download new videos from channel

From Dev

Download YouTube videos from start of batch to end of batch that is part of a playlist

From Dev

Use youtube-dl to download new videos from channel

From Dev

Download YouTube videos from start of batch to end of batch that is part of a playlist

From Dev

How to selectively filter videos from YouTube with Squid

From Dev

Is it possible to harvest videos of a topic from YouTube and how?

From Dev

How to download facebook videos by using 'youtube-dl' in linux?

From Dev

How to download playalist except certain videos in youtube-dl?

From Dev

How to download playalist except certain videos in youtube-dl?

From Dev

YouTube - Download/Play Private Videos

From Dev

How can I download videos from this website?

From Dev

Unable to download subtitles from SMPlayer

From Dev

Unable to download subtitles from SMPlayer

From Dev

Can I download videos from a YouTube search query using youtube-dl?

From Dev

Can I download videos from a YouTube search query using youtube-dl?

From Dev

How to access subtitles of Khan Academy videos?

From Dev

How can I embed subtitles into videos with ffmpeg?

Related Related

  1. 1

    How to download only subtitles of videos using youtube-dl

  2. 2

    download videos from youtube

  3. 3

    How to download tricky subtitles with youtube-dl?

  4. 4

    How to download newly uploaded videos from a youtube channel?

  5. 5

    youtube-dl - download video from YouTube with subtitles - Tutorial

  6. 6

    How to download YouTube videos via HTTPS

  7. 7

    How can I download YouTube videos with their description?

  8. 8

    How can i download youtube videos one after another automatically from terminal

  9. 9

    How to download flash (streaming) videos from sites like youtube, dailymotion, vimeo, etc.?

  10. 10

    How to download flash (streaming) videos from sites like youtube, dailymotion, vimeo, etc.?

  11. 11

    How can I download an entire playlist from youtube even it exceeds 25 videos?

  12. 12

    How to play youtube videos in a native player and also how to download youtube videos

  13. 13

    Use youtube-dl to download new videos from channel

  14. 14

    Download YouTube videos from start of batch to end of batch that is part of a playlist

  15. 15

    Use youtube-dl to download new videos from channel

  16. 16

    Download YouTube videos from start of batch to end of batch that is part of a playlist

  17. 17

    How to selectively filter videos from YouTube with Squid

  18. 18

    Is it possible to harvest videos of a topic from YouTube and how?

  19. 19

    How to download facebook videos by using 'youtube-dl' in linux?

  20. 20

    How to download playalist except certain videos in youtube-dl?

  21. 21

    How to download playalist except certain videos in youtube-dl?

  22. 22

    YouTube - Download/Play Private Videos

  23. 23

    How can I download videos from this website?

  24. 24

    Unable to download subtitles from SMPlayer

  25. 25

    Unable to download subtitles from SMPlayer

  26. 26

    Can I download videos from a YouTube search query using youtube-dl?

  27. 27

    Can I download videos from a YouTube search query using youtube-dl?

  28. 28

    How to access subtitles of Khan Academy videos?

  29. 29

    How can I embed subtitles into videos with ffmpeg?

HotTag

Archive