Created
March 7, 2020 19:29
-
-
Save bafflingscience/5ffb67dc9a715103879ffea2fb97dd2f to your computer and use it in GitHub Desktop.
Revisions
-
bafflingscience created this gist
Mar 7, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #! /bin/bash ytdl() { cd /Volumes/path/to/saveVideo; /usr/local/bin/youtube-dl -f "mp4" $1 } ytdl $1