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