ok i push up

This commit is contained in:
2024-09-14 08:27:53 +03:00
parent 4d28f2ba8a
commit df033dd41f
13 changed files with 77 additions and 21 deletions

View File

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