Skip to content

Instantly share code, notes, and snippets.

@judge2020
Created March 24, 2020 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save judge2020/539a39e517bcfbf60fa023eeffc8679f to your computer and use it in GitHub Desktop.
Save judge2020/539a39e517bcfbf60fa023eeffc8679f to your computer and use it in GitHub Desktop.
apt install python ffmpeg
curl -L http://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
chmod a+rx /usr/local/bin/youtube-dl
youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 https://youtube.com/watch?v=fVLDxmjeyVo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment