#How to fix autogenerated subtitles Download subtitle file (and video): $ yt-dlp --write-sub --sub-lang en Remove every line containing from sub-file: $ cat | sed '//d' > fixed-subs.vtt done