Skip to content

Instantly share code, notes, and snippets.

@morphkurt
Created December 21, 2019 22:41
Show Gist options
  • Save morphkurt/2168e372bc8e64196d27d047c9f97eeb to your computer and use it in GitHub Desktop.
Save morphkurt/2168e372bc8e64196d27d047c9f97eeb to your computer and use it in GitHub Desktop.
Download Youtube Videos
  1. Go to Search (Magnifying Glass) on the top right hand side.
  2. Type Terminal
  3. Open up Terminal

Check for the upgrades

 ./youtube-dl -U

Download the Youtube Video

./youtube-dl https://www.youtube.com/watch?v=o-TAyIQBOuA --recode-video mp4

This will be saved on the sundayservices home directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment