diff --git a/dot_sh_functions b/dot_sh_functions index 5761ef8..a24fc6f 100644 --- a/dot_sh_functions +++ b/dot_sh_functions @@ -193,7 +193,7 @@ cp-lower() { echo $to } ytclip () { - yt-dlp -f "bv[height<=1080]+ba" --download-sections "*$1-$2" --force-keyframes-at-cuts $3 -q -o ~/Videos/clip + yt-dlp -f "bv[height<=480]+ba" --download-sections "*$1-$2" --force-keyframes-at-cuts $3 -q -o ~/Videos/clip } # vim:ft=zsh