Skip to content

Instantly share code, notes, and snippets.

@bafflingscience
Created March 7, 2020 19:29
Show Gist options
  • Select an option

  • Save bafflingscience/5ffb67dc9a715103879ffea2fb97dd2f to your computer and use it in GitHub Desktop.

Select an option

Save bafflingscience/5ffb67dc9a715103879ffea2fb97dd2f to your computer and use it in GitHub Desktop.
youtube-dl script - alias cmd, save to selected directory in specified format
#! /bin/bash
ytdl() {
cd /Volumes/path/to/saveVideo; /usr/local/bin/youtube-dl -f "mp4" $1
}
ytdl $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment