1080p is not for third world country internet

This commit is contained in:
2023-10-17 09:17:43 +03:00
parent b047ca6dcd
commit 60857d0226

View File

@@ -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