From fb6fc670b46f18c4e1d74fc74d7496307e10b14b Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 12 Apr 2022 12:27:58 +0200 Subject: [PATCH] restore ytdl-format flags that i forgot --- sh/streamcrap | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sh/streamcrap b/sh/streamcrap index e004ac3..d4022ab 100644 --- a/sh/streamcrap +++ b/sh/streamcrap @@ -144,8 +144,7 @@ ytg() { # @- # watch a youtube video. like `yt`, but with a preference for different formats. argc $# -ge 1 "$0" || return local vid="$1"; shift - # --ytdl-format=22/95/300/best - yt "$vid" "$@" + yt "$vid" "$@" --ytdl-format=22/95/300/best } ytll() { ### @- @@ -171,7 +170,6 @@ ai() { # @- asmr() { # @- # for your aural pleasure. argc $# -ge 1 "$0" || return - # --ytdl-format=251/300/best _M_PROCESS="acompressor=threshold=0.001:ratio=1.33:attack=900:release=6000:makeup=6:knee=8:mix=0.9,alimiter" \ - yt "$@" --volume=90 + yt "$@" --volume=90 --ytdl-format=251/300/best }