Skip to content

Instantly share code, notes, and snippets.

@vovs03
Forked from tomshen/youtube-download.md
Created July 19, 2018 16:43
Show Gist options
  • Save vovs03/4918efca846446729a349e1f661ee6b5 to your computer and use it in GitHub Desktop.
Save vovs03/4918efca846446729a349e1f661ee6b5 to your computer and use it in GitHub Desktop.
How to Download a YouTube Video in MP4 with Subtitles

How to Download a YouTube Video in MP4 with Subtitles

Install youtube-dl:

brew install youtube-dl
pip install youtube-dl

and run the following:

youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' --write-sub --embed-subs --embed-thumbnail 'https://www.youtube.com/watch?v=...'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment