Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to *only* download subtitles vtt (WebVTT) files with youtube-dl #11026
Comments
|
|
I mistakenly downloaded over 200GB of playlists before realizing I didn't have the --write-auto-sub switch on. I would like to rerun youtube-dl against my playlists but have it only download the vtt files. I would like to do it with youtube-dl becuase it will automatically give them all the correct file name (has to match in my application).
I would like to know how to use youtube-dl to only download subtitles for all videos in a given playlist.
Thank you