ytsub() { yt-dlp \ --write-sub \ --write-auto-sub \ --sub-lang "en.*" \ --skip-download \ "$1" && vtt2txt } ytsub [youtube_url]