From 60857d0226453b8f9dc1981ccf52d9e1bdc4421d Mon Sep 17 00:00:00 2001 From: linlyboi Date: Tue, 17 Oct 2023 09:17:43 +0300 Subject: [PATCH] 1080p is not for third world country internet --- dot_sh_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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